Hello all,
Please consider me an idiot when it comes to programming in general and not just PHP. Basically a system administrator.
We have got out website for our organization hosted outside from third party hosting.
There is a need to design a page for some need, I do not know what it is for, but it will take input from text box for users email address.
I need to send email to this email address.
Now I know that there is
mail() function built in PHP that will send mails. But it will send through SMTP server configured in php.ini.
I
do not want to use this and want to pass my smtp server and can not configure the server as well as hosting is from outside.
Have got this from google but as an idiot, this difficult to understand.
http://www.webmasterworld.com/forum40/1178.htm
Any help will be appreciated.
I do not want to learn or read a lot of material but a bit of reading is fine.