How to Send Email

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
sarbas
Forum Commoner
Posts: 64
Joined: Thu Jan 04, 2007 5:51 am

How to Send Email

Post by sarbas »

Sir,
i donno hw to send email in my php program. It's possible to send email from localhost?.... if it's not possible then hw to send using server?...

hopefully waiting for your reply
Sarbas.
thanks and regards
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

(#10850)
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post by aaronhall »

It's possible as long as you have some sort of SMTP server implemented. PHP has a function that makes it real easy. Oddly enough, they called it mail().
Post Reply