Hi @mattflanc which email service provider are you using? Can you also let me know your SMTP plugin in use (like WP Mail SMTP or others).
To log errors yourself, please temporarily add code provided here to your wp-config.php file and try to send emails. Errors if any will be logged on file debug.log at wp-content directory.
Let me know what you find.
Thanks.
Hi @metalfreek
Thanks for replying so quickly.
So turns out my SMTP wasn’t configured properly and the e-mails were sent with the default WordPress thing. I now configured WP Mail SMTP properly with Sendinblue. However that will probably not work since I need to send an e-mail to rougly 500 people and the limit for Sendinblue is 300/day.
(it’s a one time e-mail)
My email service provider is One.com which is also hosting my website.
Is it possible to send an e-mail to my users using your tool? Or am I better of sending the e-mail in two batches using Sendinblue?
I really appreciate your help!
Thanks.
@mattflanc Plugin provides a way to filter users by their ID so you can select limited number of users at a time and send email in batch every day. For example you can filter user from ID 1 to 100 and send them today and repeat for ID 101 to 200 tomorrow and so on.
Pro version of plugin also supports queue system as well which sends limited amount of emails per day depending on your limit.
You can choose whichever is convenient for you.
Thanks.
