Results 1 to 2 of 2

Thread: [RESOLVED] totally stumpted on this mail send issue.

Threaded View

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Resolved [RESOLVED] totally stumpted on this mail send issue.

    I have some legacy websites that I maintain for some customers, and they needed some things moved around.

    The only real server side coding is to send emails. The sites are hosted on godaddy IIS7 hosting.

    I use the CDO.Message object to send the emails. My issue (which did NOT exist until recently, with NO changes to code/hosting service at all) is that the server throws up an error IF the HTML body of the email to be sent contains the @ sign in it.

    So on the form that is to be filled out, there is an email address field, which obviously will include the @ sign.

    During debugging I narrowed it down to that fact. If the @ sign is in the HTML, it errors out, otherwise it works.

    I am doing some testing right now to encode the @ sign as &#64

    However I really want to know why this all of a sudden started happening.

    Any thoughts?
    Last edited by kleinma; Oct 29th, 2010 at 11:57 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width