Hi, there is a limit per day to send emails via PHPMailer library?
PHPmailer is just a piece of PHP code, and there are no limits on how often a particular piece of PHP code can be executed on a website.
The only limits on PHPmailer are the limits of whatever email backend you’re using. If you’re using it with PHP mail, then the limits of PHP mail apply. If you’re using it with an SMTP service, the limits of the SMTP service apply.
Thanks, i had to ask because in other web hosting when i used phpmailer i get a limit of 50 emails per day no matter if i used that via smtp or not
@gabriel_rod_cas said:
Thanks, i had to ask because in other web hosting when i used phpmailer i get a limit of 50 emails per day no matter if i used that via smtp or not
That sounds unusual. If you used the SMTP service provided by the hosting company, then the sending limit on that SMTP box might be low.