• Resolved zauroman

    (@zauroman)


    Hello! Can you tell me if I can use different email services and connect them to your plugin via the api? So that I create a newsletter through a plugin, and emails are sent through the mailing service? Example of ccp.cheapsender.email service

    • This topic was modified 2 years, 10 months ago by zauroman.
    • This topic was modified 2 years, 10 months ago by zauroman.
Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    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

    Thread Starter zauroman

    (@zauroman)

    Then why do we need the addon newsletter-api?

    Plugin Author Stefano Lissa

    (@satollo)

    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.

    Thread Starter zauroman

    (@zauroman)

    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?

    Plugin Author Stefano Lissa

    (@satollo)

    All emails will be sent via your custom mailer.

    Thread Starter zauroman

    (@zauroman)

    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

    Plugin Author Stefano Lissa

    (@satollo)

    If you want an SMTP only for Newsletter, you can use our SMTP addon.

    Thread Starter zauroman

    (@zauroman)

    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.
    Thread Starter zauroman

    (@zauroman)

    How can I upload all subscribers to , say , csv or excel ?

    Thread Starter zauroman

    (@zauroman)

    I figured out how to download subscribers.

    1. Tell me, is it possible, on the contrary, to upload a file and massively unsubscribe customers?
    2. And how to download subscribed users, and not all?
    • This reply was modified 2 years, 10 months ago by zauroman.
    Plugin Author Stefano Lissa

    (@satollo)

    See the import panel and the import addon.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘API’ is closed to new replies.