Jump to content

mysql email


dezkit

Recommended Posts

Try this then:

 

http://download.pear.php.net/package/HTML_Progress2-2.4.1.tgz

 

- and check the dependencies from:

 

http://pear.php.net/package/HTML_Progress2/download

 

If that scares you but you are handy with javascript, you should consider a plugin for jQuery http://jquery.com:

 

http://digitalbush.com/projects/progress-bar-plugin/

Link to comment
https://forums.phpfreaks.com/topic/116787-mysql-email/#findComment-600600
Share on other sites

Note: It is worth noting that the mail() function is not suitable for larger volumes of email in a loop. This function opens and closes an SMTP socket for each email, which is not very efficient.

For the sending of large amounts of email, see the » PEAR::Mail, and » PEAR::Mail_Queue packages.

Link to comment
https://forums.phpfreaks.com/topic/116787-mysql-email/#findComment-601103
Share on other sites

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.