S
Sean
I'm using an asp script to collect form results and send
an email to the form owner and the form user by cdonts.
I have two problems
1. if the user enters an invalid email address neither
email is sent even though the email to form owner is to a
fixed valid email address... I assume this is caused by
the invalid user email that is inserted into the FROM:
line
2. At times there is a long delay between the form
contents being submitted and the email being received.
Eg: several users submit form contents at different times
of the day but all the emails arrive at the same time
several hours later showing the same received time.
How can I prevent an invalid email causing delivery
failure to the form owners valid email address and what
is the cause of these delivery delays?
an email to the form owner and the form user by cdonts.
I have two problems
1. if the user enters an invalid email address neither
email is sent even though the email to form owner is to a
fixed valid email address... I assume this is caused by
the invalid user email that is inserted into the FROM:
line
2. At times there is a long delay between the form
contents being submitted and the email being received.
Eg: several users submit form contents at different times
of the day but all the emails arrive at the same time
several hours later showing the same received time.
How can I prevent an invalid email causing delivery
failure to the form owners valid email address and what
is the cause of these delivery delays?