Forum Moderators: coopster
However, my host requires authentication to send email, anonymous is disabled.
I do not know PHP, but they said I could use phpmailer to create such a script.
Can anyone help me create the php file necessary to collect info from 3 text inputs and mail it out using name and password smtp authentication?
Or direct me to such an existing script (preferably free, but will purchase).
Thank you very much,
Kevin
I checked their main site and found examples, unfortunately I can't find anything which has variables for a form 'and' smtp authentication. Nor in Google searches.
Unfortunately I don't know PHP. You wouldn't happen to know where I can find such an example, or even perhaps someone here at the forums who could write one?
Thanks again,
Kevin
Then I need to somehow incorporate the form contents into the message.
I see a $body variable, which is currently assigned file_get_contents('contents.html');
I assume somehow I have to replace that with the form contents? If so, my question is how?
Thanks a lot!