Page 1 of 1

About Sending Mail?

Posted: Wed Feb 24, 2010 6:17 am
by adilmarwat2004
How i send the mail through php script on windows and things i needed for that?

Re: About Sending Mail?

Posted: Wed Feb 24, 2010 11:09 am
by Salaria
Hi,

You can send email using php mail function but for this you have to configure some mail server like "Mercury" it comes with XAMPP.

The second option to use PHPMailer or Swift Mailer Libraries and send emails using remote SMTP settings you can use gmail SMTP settings for this.