Home Forums Newsletter Plugin Support Technical question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #274409
    tvs24
    Participant

    Hello,
    We developed a SMTP plugin that alternates with various SMTP servers: For example 4 SMTP servers, 1st mail is sent to SMTP-1, 2nd mail to SMTP-2, etc. After the 4th SMTP, we go back to the 1st, etc.
    Using it with newsletter, it does not work, mails are always sent through the 1st SMTP server.
    So my question: We tested it with a small qty of mails, 4!
    How does Newsletter send mails? Does it send by batch of XX mails? In this case the 4 test mails would be sent together, to SMTP-1?
    If so, can we assume that if we have bigger number of mails, let’s say 1000, 1st batch will be sent to SMTP-1, 2nd to SMTP-2 etc?
    Hope you understand my question! THank you!

    #274542
    Stefano
    Keymaster

    Hi, be sure to have Newsletter sending using wp_mail(). Then the delivery is made by SMTP plugins, if present, Newsletter does nothing else. Probably your installation has the SMTP configured in Newsletter.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.