Turansky Posted February 25, 2002 Posted February 25, 2002 When a person submits a form it sends an e-mail to them based on their e-mail address. Does anyone know why it would be sending 2 e-mails to the same person? I do notice that when I change my MailBCC to MailCC it just sends one e-mail to that person? code: <input type="Hidden" name="-MailTo" value="[FMP-field: email]"> <input type="Hidden" name="-MailBCC" value="[email protected]"> Thank you Kent
Anatoli Posted February 26, 2002 Posted February 26, 2002 My best guess: the mail protocols are the most stupid ones. When WC does not get exact reply from SMTP server "Yes I got that 100%, you can clear that from email queue" it is sending that again. It may just happen that the SMTP server is couple of seconds late with answers and WC has shorter time-out.
Recommended Posts
This topic is 8376 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now