![]() |
|
Send emails when creating or updating albums - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: Send emails when creating or updating albums (/thread-13471.html) |
Send emails when creating or updating albums - cramos55 - 19-10-2020 Good morning, I would like that when an album is created or updated, an email will be sent to the users. I have seen that there are several plugins in extensions and I have configured the PHPMailer plugin with the data from my mail server, which also after configuring it and applying it, the selection box is deactivated. But there are 2 other plugins user_mailing_list and zenphoto_sendmail, which I don't know if I have to enable them at the same time as PHPMailer. Send emails when creating or updating albums - acrylian - 19-10-2020 Actually the plugin descriptions should tell what they are. Sendmail and phpmailer are alternative mail handlers. sendmail is a rather plain php mailer that uses your server's default. phpmailer is a more sophisticated third party library that also allows mailing via an external mail service optionally. So you only enable one of them at the time. User mailing list is a plugin to send bulk mails to existing users that have a mail address set (which is currently not a requirement). Don't use this as an actual newsletter system as you mist certainly would get blacklisted by mail handlers. As to your actual request "Send emails when creating or updating albums".Such a functionalityt does not exist, sorry. I recommend to use the RSS feeds instead. Send emails when creating or updating albums - cramos55 - 20-10-2020 Thanks Acrylian, for your answers Send emails when creating or updating albums - acrylian - 20-10-2020 That probably would work if you like to mail that and is a much better solution if you have a significant number of subscribers (or expect it to become that). Send emails when creating or updating albums - davidarnoult - 21-10-2020 Hi, I currently work on this topic as well and I recommend to use RSS feed too. It is much simpler. You can experiment mailchimp https://mailchimp.com/en/help/share-your-blog-posts-with-mailchimp/ or sendinblue https://www.sendinblue.com/blog/rss-to-email-campaigns/ It should work for latest ZP discovered elements as it is based on incremental dates (it won't send anything published before initial date). If you want to send a random "photo of the day" from specific RSS feed which publication date is potentially before latest publication, mailchimp or sendinblue won't send anything. That's where I am stuck for now... |