Page 1 of 1

Sending Mails

Posted: Tue Aug 18, 2009 6:46 pm
by sobha
Hi,

How to send mails using PHP very quickly.

Regards,
Sobha

Re: Sending Mails

Posted: Tue Aug 18, 2009 7:37 pm
by jackpf

Re: Sending Mails

Posted: Tue Aug 18, 2009 7:39 pm
by AlanG
PHP mail function.

Sending emails

Posted: Tue Aug 18, 2009 8:02 pm
by sobha
Any other php class like class.phpmailer.php to send emails.I am using class.phpmailer.php to send mails.But it is taking time to send mails.Any other php classes that sends mails very quickly.

Re: Sending Mails

Posted: Tue Aug 18, 2009 8:31 pm
by jackpf
Swiftmailer?

Re: Sending Mails

Posted: Tue Aug 18, 2009 8:42 pm
by sobha
I have never tried Swiftmailer.Does it take less time to send mails?Can u please send me sample codings?

Re: Sending Mails

Posted: Tue Aug 18, 2009 8:44 pm
by jackpf
There's a board for it on this forum.

I have no idea, I've never used it. Tbh mail() would probably be the quickest though since it's native.