April 9th 2010
I created a form in html that uses an action command email:name@name.com. If the user does not have their pop3 account setup it won’t work how do I by pass this?
Share and Enjoy:
These icons link to social bookmarking sites where readers can share and discover new web pages.
Posted in Other - Computers | 2 Comments »
April 9th, 2010 at 7:52 pm
Try going to your settings on your email, then look for something that says “Servers” and change it for outgoing mail,
If the person can’t recieve it they need to change it on their computer.
POP3 doesn’t work on my computer either, bad connection.
goodluck
April 11th, 2010 at 8:52 pm
You’ll have to send the information entered on the form to a server-side program that does the actual sending. There are PHP and ASP examples (one of them will work on your server) all over the web. (HTML is content, not programming – you can’t actually send email with it.)