Sending Mails

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sobha
Forum Commoner
Posts: 56
Joined: Wed Jul 15, 2009 9:08 pm

Sending Mails

Post by sobha »

Hi,

How to send mails using PHP very quickly.

Regards,
Sobha
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: Sending Mails

Post by jackpf »

AlanG
Forum Contributor
Posts: 136
Joined: Wed Jun 10, 2009 1:03 am

Re: Sending Mails

Post by AlanG »

PHP mail function.
sobha
Forum Commoner
Posts: 56
Joined: Wed Jul 15, 2009 9:08 pm

Sending emails

Post 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.
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: Sending Mails

Post by jackpf »

Swiftmailer?
sobha
Forum Commoner
Posts: 56
Joined: Wed Jul 15, 2009 9:08 pm

Re: Sending Mails

Post by sobha »

I have never tried Swiftmailer.Does it take less time to send mails?Can u please send me sample codings?
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: Sending Mails

Post 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.
Post Reply