Jump to content

mail() function - session close problem


web_master

Recommended Posts

Hi,

 

on providers server I dont have a SMTP function when I want to send circular mail. So I need to use (with PhpMailer) simple mail() function.

 

There is a problem because there is a mor than 4000 email addresses, so the session on server side is not open enough time to send all the mails. Is some possibility to solve this problem? My idea is that to close the session after every 300 mail, but I dont know how can I do that? :(

 

T

Link to comment
https://forums.phpfreaks.com/topic/204082-mail-function-session-close-problem/
Share on other sites

If you can ini_ set the maximum execution time to 3-5 minutes if that doesn't work you might might want to check your hosting providers limits on day sending limits if it's less than 5000 the need to add a script turn the $mail into a. Array when it equals one less than you limit change the from email account

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.