If you just started with email marketing or switched your delivery provider or even our domain or IP address it’s a good practice to not start blasting your provider with too many emails at once.
Articles Tagged: delivery
Send your emails as fast as possible.
Mailster sends you emails in batches. While this is a technical limitation it also prevents sending too many emails at once which causes server timeouts and even gets banned from your email delivery provider.
How many mails can I send at once?
If you send marketing emails you often like to send them as fast as possible. While this is great in theory it’s often not recommended for your general email marketing strategy.
SMTP Error: data not accepted
This error occurs if you’re sending via SMTP. The SMTP server rejects the mail for several reasons: Your server doesn’t allow different sender and usernames Some servers require that the From email address is the same as the email address used to authenticate. Check your from-name and match it to the username you use to […]
Choosing your Delivery Method
Mailster offers by default two delivery methods: Additionally, you can add more methods with plugins. Simple This is the default method and is not recommended for bulk mailing in general. Often providers limit the number of emails that can be sent with this method to prevent spammers. Talk to your host about the limits and […]
How can I increase the sending speed?
Depending on your delivery method Mailster needs some time to send your campaigns. If you like to increase your delivery rate you can try the following things: Keep in mind that the bottleneck is always the connection from your server to your ESP’s server. Mailster can only send one mail at once and needs to send a request […]
SMTP Error: Could not connect to SMTP host.
Whenever you get a connection error when sending via SMTP like The most common reason for this problem is that the ESP (Email service provider) you have defined in your delivery settings doesn’t accept one of the used email addresses. Change the from-address, the reply-to, and the bounce address to the email you use to […]
How can I use Mailster with the wp_mail function?
Many contact forms or membership plugins use the wp_mail method. With Mailster you can hijack the function and use the Mailster delivery options to send third-party mail. On the General tab in the settings you can find three options: 1) Do not use Mailster for outgoing WordPress emails This option will bypass the functionality and uses […]
SMTP Error: Could not authenticate
In some cases your campaign pauses or you are even not able to send emails at all cause of this error: You can also try to pause your campaign and resume it after a while if it’s a temporary problem.
Why can’t I use SMTP?
SMTP (Simple Mail Transfer Protocol) uses different ports to send emails. Sometimes your provider blocks specific ports and you’re not able to send via SMTP. Some providers also allow only sending only via their own SMTP server and block others completely. The most common ports are 25, 993, 465, and 587 for outgoing SMTP connection. […]
My provider doesn’t allow sending bulk mails
Your provider doesn’t allow you to send bulk mails or even block outgoing mails completely. You can always use a dedicate email provider: SendGrid Mandrill Amazon SES SparkPost Please check out the free plugins for available delivery methods on the WordPress repo
Why my campaigns do not get sent?
If you have created your campaign and it’s ready to get sent you probably see no progress and no mail gets sent.
Why I get a “Could not execute: /usr/sbin/sendmail” error message?
Sendmail is a mail transfer client which is used by many providers Sendmail isn’t designed for bulk mailings in the first place. However, you can still use it for this purpose. Some providers have limits so you may have successfully sent emails via Sendmail and it suddenly throws that error. If you like to bypass […]