Forums
This topic is locked
Smart Mailer ASP
Posted 14 Aug 2007 23:49:54
1
has voted
14 Aug 2007 23:49:54 Anthony Rush posted:
Hi,I wonder if anyone can help me. I recently bought the Smart Mailer ASP extension and have it working on one of the pages on my site that sends an email after a page is loaded, but on other pages when a form is submitted (and using the exact settings as on the working page) it doesn't send the email, not does it give an error message even if Ignore Error messages is unchecked. I have tried using CDO (with and without an SMTP server) and tried CDONTS but with no joy.
Anyone have any ideas
Thanks
Anthony
Replies
Replied 17 Aug 2007 12:24:24
17 Aug 2007 12:24:24 Ryan Preece replied:
Hi - I had the exact same problem as this!
I'm pretty sure it was the way I was calling the data using the Mailer.
I can't quite remember how I got around it but it was something to do with
the Request.Form variables.
I remember I had the to and from address as data from the page record set.
When I changed this to hidden fields in a form i.e. to and from being hidden variables that
collected the information from the record set. I then called the form data in the mailer
Does that make sense? I'm pretty sure thats how I got around it!
Give it a try...
I'm pretty sure it was the way I was calling the data using the Mailer.
I can't quite remember how I got around it but it was something to do with
the Request.Form variables.
I remember I had the to and from address as data from the page record set.
When I changed this to hidden fields in a form i.e. to and from being hidden variables that
collected the information from the record set. I then called the form data in the mailer
Does that make sense? I'm pretty sure thats how I got around it!
Give it a try...