JosiahMaybe
Gold Coder
Okay, so I can have unlimited email addresses, unlimited storage per each, and a set number of sends per hour per each. How do I make something that tests if an email was actually sent? I would be using in PHP that function called "mail" and sending a file along with it. I know how to send said email and file and how to test for errors. Like this would test for errors: "if (mail(...)){success} else {fail}". I have gotten from a hosting provider that mail actually does not return false with over max emails per hour. I can make multiple email addresses, but how to automatically test for which is over email limit?
What can I do to make it so like an automated system with a finite number of emails always sends an email without user trial and error until success within total max per hour of all emails? If it helps, I could get from 150 to 250 emails per hour per email address. I know I can just have user email saved for if there is an error or lack of sending and provide like my email if needed. I know there is also random numbers and like email per each that would like work. I would be on shared hosting and would prefer not to pay extra. If it helps, maybe I may try inmotionhosting.com or asurahost.com and inmotionhosting.com has a setting to increase number of emails per hour.
If I could get an always false on too many emails per hour would work. If there was some log of sent emails would maybe work too. I know that random numbers should evenly distribute among emails to use to send but still would prefer to be sure it was sent. If it helps, asurahost.com was where I got that it may not return false on their hosting with over email limit.
X E.
What can I do to make it so like an automated system with a finite number of emails always sends an email without user trial and error until success within total max per hour of all emails? If it helps, I could get from 150 to 250 emails per hour per email address. I know I can just have user email saved for if there is an error or lack of sending and provide like my email if needed. I know there is also random numbers and like email per each that would like work. I would be on shared hosting and would prefer not to pay extra. If it helps, maybe I may try inmotionhosting.com or asurahost.com and inmotionhosting.com has a setting to increase number of emails per hour.
If I could get an always false on too many emails per hour would work. If there was some log of sent emails would maybe work too. I know that random numbers should evenly distribute among emails to use to send but still would prefer to be sure it was sent. If it helps, asurahost.com was where I got that it may not return false on their hosting with over email limit.
X E.