froot Posted October 16, 2022 Share Posted October 16, 2022 hello everyone, I hope you're enjoying your Sunday, I have a limit of 5000 mails per day on the mail server and 5000 mails per day on the web server. I'm usually sending emails over the mail server, contact form, newsletter and more, seldomly on the web server. So the mail server limit is reached rather quickly, the web server limit as good as never. Is there a way to (1) catch a failed attempt to send an email (if the limit is reached) and (2) to continue sending emails over the web server when the mail server limit is reached? And then what's the exact API to send over php as opposed to WireMailSMTP ? thanks for help! Link to comment Share on other sites More sharing options...
JayGee Posted October 17, 2022 Share Posted October 17, 2022 Not sure I fully follow the issue - but wouldn't it be easier to just use an email MSP like Mailgun to route all your emails. You can send 10's of thousands of emails at low cost this way and not have to worry about hitting limits? Plus the WireMailgun module works a treat ? 2 Link to comment Share on other sites More sharing options...
froot Posted October 18, 2022 Author Share Posted October 18, 2022 yes, you are so right. My client is reluctant to use a service like that though. Thanks anyway for the suggestion. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now