Page 1 of 1

PHP Mail Slow With SSL

Posted: Wed Jun 02, 2010 11:08 am
by AlCapwn
Hello All,

I am having an issue with sending emails using php's regular mail functionality (no mail server). I have several sites on several Solaris 10 servers and some use SSL, some don't. I could take the exact same php script used to send an email that works instantly on the non-SSL site and put it on an SSL site, and the email will take minutes to send.

I am not sure if this is a problem with php, apache, ssl, or the network, but if someone could point me in the right direction it would be appreciated. Thanks