Miro
02-03-2010, 06:58 AM
I have a wierd issue...
I have two variables - (written in notepad to simplify)
cFrom = txtTextbox1.text
cTo = "myemail@DASPaccount.com"
in the actaul email setup within webmail.DASPaccount.com I have a "Forward ALL emails to: anotheremail@anotherDASPaccount.com"
Now, when a user hits submit on the form,
The email gets set to "cTo"
it makes the email from "cFrom".
The email is in HTML format with 2 images.
The html for the email is grabbed from here:
http://www.canoeingthegrand.com/Email_HTML/Emailing.html
and then modified within code to replace the ##placeholders## with actual data.
These emails are NOT being forwarded to the forwarded email address setup within the webmail.
The "cTo" does get the email in the mailbox. So it is getting there.
Its either not getting forwarded - or its getting deleted in the forward.
If I go into my hotmail directly and email "cTo" directly the email gets forwarded.
The only spam settings setup are "Add SPAM" text.
Any suggestions on what to look for?
If someone from DASP is looking at this the email in question is canoe@canoeingthegrand.com and the forward goes to miro@canoeingthegrand.com
the "canoe" receives the email but only seems to forward it when it is a direct email.
Now - I can change the code to actually send out 2 emails from the submit button, but I am just trying to figure out why it is not forwarding.
Thanks.
I have two variables - (written in notepad to simplify)
cFrom = txtTextbox1.text
cTo = "myemail@DASPaccount.com"
in the actaul email setup within webmail.DASPaccount.com I have a "Forward ALL emails to: anotheremail@anotherDASPaccount.com"
Now, when a user hits submit on the form,
The email gets set to "cTo"
it makes the email from "cFrom".
The email is in HTML format with 2 images.
The html for the email is grabbed from here:
http://www.canoeingthegrand.com/Email_HTML/Emailing.html
and then modified within code to replace the ##placeholders## with actual data.
These emails are NOT being forwarded to the forwarded email address setup within the webmail.
The "cTo" does get the email in the mailbox. So it is getting there.
Its either not getting forwarded - or its getting deleted in the forward.
If I go into my hotmail directly and email "cTo" directly the email gets forwarded.
The only spam settings setup are "Add SPAM" text.
Any suggestions on what to look for?
If someone from DASP is looking at this the email in question is canoe@canoeingthegrand.com and the forward goes to miro@canoeingthegrand.com
the "canoe" receives the email but only seems to forward it when it is a direct email.
Now - I can change the code to actually send out 2 emails from the submit button, but I am just trying to figure out why it is not forwarding.
Thanks.