About Sending Mail?

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
adilmarwat2004
Forum Commoner
Posts: 44
Joined: Fri Sep 04, 2009 11:28 pm

About Sending Mail?

Post by adilmarwat2004 »

How i send the mail through php script on windows and things i needed for that?
User avatar
Salaria
Forum Commoner
Posts: 34
Joined: Fri Feb 13, 2009 2:50 am
Location: India
Contact:

Re: About Sending Mail?

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