Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Web Design (WordPress, Joomla, etc.) iMSG properly formatted .To .CC

  • iMSG properly formatted .To .CC

    Posted by Mike Gondek on February 2, 2007 at 4:35 pm

    Can you tell me if this code is good. This is form an .asp page vbscript. What is happening is the .CC is coming from a form, and that email never makes it to the CC recipient. The recipients in the TO field get the email ok, and in their email it does show the person in the .CC.

    Is there a problem with this code, or could there be somehting wrong with the server configuration?

    With iMsg
    .MimeFormatted = False
    .To = “webmaster@brps.com; calandrod@hinzclaim.com; charronc@hinzclaim.com;”
    .CC = Request.Form(“txtReportCreatorEmail”)
    .From = “webmaster@hinzclaim.com”
    .Subject = “Form 45 Claim: “+ Request.Form(“txtEmployerName”) + ” ” + Request.Form(“txtEmployeesName”)
    .HTMLBody = strHTML
    .Send

    I do not know how to handcode in this language, but tried

    With iMsg
    .MimeFormatted = False
    .To = “webmaster@brps.com; calandrod@hinzclaim.com; charronc@hinzclaim.com;” + Request.Form(“txtReportCreatorEmail”)
    .From = “webmaster@hinzclaim.com”
    .Subject = “Form 45 Claim: “+ Request.Form(“txtEmployerName”) + ” ” + Request.Form(“txtEmployeesName”)
    .HTMLBody = strHTML
    .Send

    The CC got it, ClanadroD@hinzclaim did not.

    Mike Gondek replied 19 years, 6 months ago 1 Member · 1 Reply
  • 1 Reply
  • Mike Gondek

    February 5, 2007 at 10:42 pm

    OK the problem is solved, there is nothing wrong with the code, the server needed to be rebooted.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy