Hi, if in your blog you install an SMTP plugin connected to external email delivery servers, all emails generated by Newsletter will be sent via those servers (since Newsletter uses the wp_mail() function). Note: SMTP plugins could use the SMTP protocol as well as API to use external services.
If you want to have only the Newsletter plugin generated emails sent via other external services, you should code and register a Mailer specific for Newsletter: https://github.com/TheNewsletterPlugin/newsletter-dummymailer
Then why do we need the addon newsletter-api?
You don’t need the API addon, that addon is required when you want to interact with Newsletter from external services, like start a subscription or manage the subscribers.
If I use dummymailer, will all plugin emails be sent via the service or only mailing lists, and will emails such as “Welcome” “Subscription canceled” be sent via my smtp?
All emails will be sent via your custom mailer.
If I install the smtp addon and specify other smtp data from another service there, but at the same time leave my service for regular sending of messages unrelated to your wp mail smtp plugin, will there be any conflicts? I also see you have built-in smtp, but you write it is outdated, it cannot be used?
In general, I would like to register another smtp service purely for your plugin. And leave your old one
https://ibb.co/qW7TRv8
If you want an SMTP only for Newsletter, you can use our SMTP addon.
Which mailing service can your plugin be integrated with?
Dummy Mailer I just don’t understand how I can use this addon to send emails from external services.
-
This reply was modified 2 years, 10 months ago by
zauroman.
How can I upload all subscribers to , say , csv or excel ?
I figured out how to download subscribers.
- Tell me, is it possible, on the contrary, to upload a file and massively unsubscribe customers?
- And how to download subscribed users, and not all?
-
This reply was modified 2 years, 10 months ago by
zauroman.
See the import panel and the import addon.