I`ve been looking at this asp file, i would like to add a field/values so when a user inputs their email in my form a messages is sent to them, is this possible.
I would paste the whole of the code but its a bit too long.
heres a bit of the code i think will help, if not, let me know and i`ll add some more.
i`m assuming here is where you would put the field/value, but then again i could be wrong
- Code: Select all
referers = Array()
mailComp = "CDONTS"
smtpServer = "mail.A-A-A.com"
fromAddr = "myemail"
cheers


