cfmail tag needs desparate simple insight

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default cfmail tag needs desparate simple insight

    The cf page with cfmail tag listed below loads properly but the email is not
    generated. I have checked all 3 email accounts . The text variables are
    coming from a flash form. I have verified the text variables are being loaded
    correctly using a trace() function. Any insight on why the cfmail tag fails to
    generate the email. The page loads correctly with 0 errors, no unidentified
    elements in the display of the cf page. What am i overlooking? I have used
    this same tage before with other customers with 0 issues. Thanks in advance,
    Braulio.

    <cfmail server="smtp.mailer.hostek.net"
    subject="Pro Mega Signs Online Customer Inquiry"
    from="#Form.email#"
    to="victor@promegasigns.com"
    cc="nora@promegasigns.com"
    bcc="braulio@websitemedia.net">
    A customer inquiry was posted to Pro Mega Signs website:
    Subject: Pro Mega Signs Online Customer Inquiry.
    Name:"#Form.firstname#"
    Phone: "#Form.lastname#"
    Email:"#Form.email#"
    Company:"#Form.company#"
    Message:"#Form.message#"
    </cfmail>

    braulio! Guest

  2. Similar Questions and Discussions

    1. HELP am desparate
      I am having dreamweaver problems BIG TIME. I have spend some time analyzing and I have found this unexpainable change. Dreamweaver is changing...
    2. In a desparate situation
      :confused;I am a Volunteer with The Safe Animal Shelter of Orange Park Florida - a non profit "No Kill" shelter for Cats and Dogs. We have a...
    3. Need some desparate HELP!!!! PLEASE
      People, I have a flash file inserted into director mx....The flash file works fine, but when i go to the next screen/stage the flash file seems...
    4. Compaq Insight Remote Lights Out II
      For Sale for very cheap.....I found this and thought some of you might appreciate a good deal! ...
    5. CA INSIGHT DB2 TABLES HUGE , any suggestions????
      We have created the INSIGHT tables to dump the SMF data into them. The # of rows per day for some of the tables is as much as 8 million. Has anyone...
  3. #2

    Default Re: cfmail tag needs desparate simple insight

    Can't understand how you can verify the variables are present with a
    trace() function.

    Surely the only way to be certain the variables are there is to put

    <cfdump var="#Form#"><cfabort>

    right before the cfmail tag.

    Doug
    doug777 Guest

  4. #3

    Default Re: cfmail tag needs desparate simple insight

    Braulio,

    1. Have you logged into the CF Administrator and verified that CF can connect
    to the email server?
    2. Have you checked the log files in the CF Administrator to confirm that it
    was sent?
    3. Are you sure the SMTP server on the machine in question will send mail as
    expected?

    David

    davidsimms Guest

  5. #4

    Default Re: cfmail tag needs desparate simple insight

    Thanks David. I have submitted to the hosting company the questions that you
    submitted. Since I am hosting the website other than on my server, I am
    relying on the hosting company to answer the queries you submitted. Once I
    hear from them, i will post the reply.

    Braulio





    braulio! Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139