phpmailer via smtp = cgi ?
Posted by: dinochopins
Posted on: 2007-07-20 08:41:00
Hi,
I'm sending mail using phpmailer, and the method I use is SMTP. Since using php, will that 'sending' count as cgi/sendmail process or purely smtp one ?
Dino
Posted by: dinochopins
Posted on: 2007-07-20 08:41:00
Hi,
I'm sending mail using phpmailer, and the method I use is SMTP. Since using php, will that 'sending' count as cgi/sendmail process or purely smtp one ?
Dino
Posted by: khatfield
Posted on: 2007-07-21 22:28:00
That would count as a cgi process. It is still using a connection out and the CGI will continue to run until the mail is sent.
Posted by: dinochopins
Posted on: 2007-07-22 03:21:00
Ah, I see.
Thanks Khatfield !
Dino