-
Hello
I need the php.ini configuration to create a PHP contact form in my website so if it possible to change the SMTP? The Email that i want to send ($to) is: ghgmayo@hotmail.com
How i can do this or how do you do this to send Mails with php function?
thanks
-
Re: Hello
Hello,
The "To" address is specified in the script you use to send the mail, not php.ini. For help on how to use the php mail() function, I suggest you try Google or another search engine. php.ini is on a per-server basis and is not available for editing by individual users. That kind of control would require a VPS.
Last edited by stpvoice; 10-11-2011 at 01:03 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules