View Full Version : Having troubles with mailto form code.
superiornc.com
12-27-2007, 12:15 PM
This is for a friend of mines website: www.lightningrecordingstudios.com and under the request Info, I am putting this code in:
mailto:webmaster@superiornc.com?subject=Requesting Info
Does anyone know how I can make it so it automatically sends it to myself upon clicking submit, without the person having to log into their email, and then click send? Thanks for the help everyone! This is time sensitive so please reply ASAP.
Thanks again!
impossible they will alway have to sign in to an email isp to send a email, maybe you could set up a forum or something to see what people would want
you could put a contact form
you'd have to work with mysql databases and put tables and variables so you can retrieve their names and other info and the message, and then have an admin login to view the contact forms..
it would take a while, but it works!
shadmego
12-27-2007, 05:12 PM
You don't really have to get that fancy unless you want to keep a record of what emails were sent where. Even then, you could make it a flat file system rather than mess with databases, though databases are more secure and easier to work with (sometimes).
The simplest thing to do is just create a php script that will collect information from a sort of contact form and email the contents, FROM: TO: SUBJECT: BODY:
and such to whomever you want it to be sent to. I'm not a php coder, though I could probably whip something up in a month or so, which does not help your situation out at all.
There are others here that can code php much faster than that and I'm sure if you ask them nicely, they will be more than happy to help you out!
~regards
Adrian
12-27-2007, 05:32 PM
Let me know if you still need help with this, I should be able to help
Let me know if you still need help with this, I should be able to help
Second that.
Its been a while since I coded php (starting again now) but i can prolly put together what you want in 30 minutes or so. Send me an email if youre interested :)
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.