Click here to Skip to main content
15,910,358 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can I send an email using PHP...plz give the solution....
Posted
Comments
ChandraRam 12-Jan-12 7:16am    
What have you tried so far? You will get millions of hits if you do a Google search for this.

1 solution

As Chandra already said, google is your friend! I googled "send an Email using PHP" and the very first page that google spewed forth was this: http://email.about.com/od/emailprogrammingtips/qt/How_to_Send_Email_from_a_PHP_Script.htm[^]. The site even has information about configuring PHP correctly to enable the sending of email and what to do about SMTP servers that require authentication. Read this page carefully and also read the referenced information.

Regards,

Manfred
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900