Setting up SMTP or whatever

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
Smackie
Forum Contributor
Posts: 302
Joined: Sat Jan 29, 2005 2:33 pm

Setting up SMTP or whatever

Post by Smackie »

Last thing i need right now is a form that sends a email to my email account that has the following

subject:
username:
email address:
drop down menu:
comment text area:
or something like that

but i dont want it sent by outlook express i would like it to be sent by like SMTP or whatever people call it

sorry i need to get sleep lol been up 3 straight days

Smackie
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

read the manual's secton on mail()
Post Reply