Smtp

mango00

New Member
Messages
2
Reaction score
0
Points
0
Hello
I'm creating a website in PHP and I want to send emails from the site but I can't find information on SMTP server. Please help me..

Thanks
Ami
 

Twinkie

Banned
Messages
1,389
Reaction score
12
Points
0
You have to give more information on what you are planning to do. The way to send mail from PHP is to use the mail() method. Why would you need information on the mail server?
 

playminigames

New Member
Messages
216
Reaction score
6
Points
0
I think i know what your asking, but correct me if i am wrong. I think you are saying you are creating a site where if say you are making a social networking site and you want to contact someone you can just use a form to send a email to them, yes its posible with the php mail() function, here is a good contact script. You can find a good one at http://rrwh.com/scripts.php, just scroll down the page and it is there listed under contact us. Hope this is what you are looking for and good luck!
 
Top