| View previous topic :: View next topic |
| Author |
Message |
Meady100 Newbie
Joined: 29 Aug 2007 Posts: 3 Location: UK
|
Posted: Wed Jun 23, 2010 9:23 am Post subject: Modifying the OH sendmail.asp script-possible to do this? |
|
|
Hi all,
I'm not much cop at coding, but I have been using the standard sendmail script OH have on their FAQ. The thing is, it makes email enquiries appear as they have come from a single specified address due to this piece of code:
'============================================
' You only need to change the details below!
'============================================
sFormTitle = "enquiries from www.yourdomain.com"
sFormSender = "jo@yourdomain.com"
sFormDomain = "yourdomain.com"
sFormSubject = "Enquiry"
sFormDestination = "jo@yourdomain"
'============================================
' And that's it!
'============================================
I'd love it if it could somehow grab the sender's email address which I have as field and use that so that hitting reply in my email client allows me to write back to them. Does anyone know if this is possible or has been done already? Thanks if anyone can help! Steve |
|
| Back to top |
|
 |
Mark Voss Divine Being

Joined: 19 Jun 2002 Posts: 4946 Location: Cardiff, UK
|
|
| Back to top |
|
 |
Meady100 Newbie
Joined: 29 Aug 2007 Posts: 3 Location: UK
|
Posted: Thu Jun 24, 2010 1:09 pm Post subject: |
|
|
Excellent!! Thanks so much! |
|
| Back to top |
|
 |
|