How to send email from local server and remote server.
Moderator: General Moderators
How to send email from local server and remote server.
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.
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.
- Weasel5-12
- Forum Commoner
- Posts: 37
- Joined: Tue Sep 16, 2008 6:58 am
Re: How to send email from local server and remote server.
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.
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.