Forward Not Always Forwarding.

Discussion in 'Email' started by Miro, Feb 3, 2010.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have a wierd issue...
    I have two variables - (written in notepad to simplify)

    cFrom = txtTextbox1.text
    cTo = "[email protected]"

    in the actaul email setup within webmail.DASPaccount.com I have a "Forward ALL emails to: [email protected]"

    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 [email protected] and the forward goes to [email protected]

    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.
     
  2. It just started forwarding again.

    I will let it be until it happens again.

    ty.
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page