Page 1 of 1
How to send email from local server and remote server.
Posted: Thu Nov 13, 2008 5:22 am
by ssuresh07
im creating a feedback form. which sends mail to both admin and user. how to send that. im new to php & web app creation.
Re: How to send email from local server and remote server.
Posted: Thu Nov 13, 2008 6:01 am
by nbabenko
Have a look at
PHP's mail function. It's extremely simple and in you case you would have to call it twice, one for yourself and one for the user processing the forms.
Re: How to send email from local server and remote server.
Posted: Fri Nov 14, 2008 2:03 am
by Weasel5-12
I've got a similar issue, though not new to PHP or web apps.
I am new to the mail(); function..
and i was wondering if you could instruct me on editing my php.ini file to allow for mail to be send from my local server?
Any help would be much appreciated.