mail host for 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
jauson
Forum Contributor
Posts: 111
Joined: Wed Oct 05, 2011 12:59 am

mail host for mail()

Post by jauson »

Hi,

I want to set up my mail host credentials but i do not know where to set it up? could you please help me to find way? do I need to upload my file to FTP first? or I can send email even my file is in the localhost yet?

thanks


By the way I'll not using any framework just a simple mail page. thanks
User avatar
Longo8
Forum Newbie
Posts: 2
Joined: Fri Oct 28, 2011 7:04 am

Re: mail host for mail()

Post by Longo8 »

In localhost u can send mail only if u have http://roshanbh.com.np/2007/12/sending- ... nment.html.
U have to use the mail() function...In the manual of PHP http://php.net/manual/en/function.mail.php u can learn more.
Post Reply