I want users to send me an email by just filling in a form on the site and when they click "submit" it should send it to me using our server smpt settings.
How can I set this up?
Corey Bryant
1:24 pm on Feb 21, 2005 (gmt 0)
What language can your server support?
Also, you might check with your hosting company. Most provide coding as well to help you with the source code
-Corey
StevenK
5:01 pm on Feb 21, 2005 (gmt 0)
I have a dedicated server. As far as I know it supports MySQL Databases: html, php, java, asp.
All I need is a copy of a working form and the code that drives it and I'm sure I can adapt it to my server. But where to look?
Corey Bryant
5:42 pm on Feb 21, 2005 (gmt 0)
If it does support ASP, does it support JMail, ASPMail, ASPEMail?
You might google the above terms and you will be able to get some example coding as well. Or google php email script as well for that language.