Hi,
How to send mails using PHP very quickly.
Regards,
Sobha
Sending Mails
Moderator: General Moderators
Re: Sending Mails
PHP mail function.
Sending emails
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
Swiftmailer?
Re: Sending Mails
I have never tried Swiftmailer.Does it take less time to send mails?Can u please send me sample codings?
Re: Sending Mails
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.
I have no idea, I've never used it. Tbh mail() would probably be the quickest though since it's native.