ColdFusion to send duplicate emails to sendmail

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default ColdFusion to send duplicate emails to sendmail

    A coldfusion script that sends ONE email to ONE person.
    CF first put the email in the spool folder then submit to sendmail.
    The spool only has one message but later it created 2 entries in the
    emailsent.log...
    The 2 entries are the same except the thread ID.
    The 2 emails received actually have different message ID.

    Any idea?

    Thanks!


    HS Guest

  2. Similar Questions and Discussions

    1. Help with Formatting Forms that send emails
      I designed a form page with Dreamweaver and set the action to send me an email of the content of the form. The only problem is that the email...
    2. Can't send emails to internal mailbox
      Hi guys, Before our company went through an upgrade, we had Exchange 5.5 and Win2k Server installed on 2 separate servers. At that time, I was...
    3. How do you send html emails
      I have a html file that I need to email to our sales reps. I would like the html to to embedded in the email's body, like newsletter emails we all...
    4. PHP logs not working, and unable to send mail through sendmail via PHP
      Hoping someone can help me out with this problem. First problem, is I am unable to view my php error log. In my php.ini I have my log in...
    5. how to send html emails
      I need to find out how to send html emails. Does anyone have any useful information on how to do this? I have looked it up on the net a bit but I'm...
  3. #2

    Default Re: ColdFusion to send duplicate emails to sendmail

    hi
    did you get a solution for this?
    i have the same problem

    regds Alan
    BomberKing Guest

  4. #3

    Default Re: ColdFusion to send duplicate emails to sendmail

    What OS is running your ColdFusion install and what OS is running sendmail?

    One piece of useful advice I received from Macromedia support a couple of
    years ago: on the Mail Settings page, set the logging level to "Error", and
    though I didn't get a rationale for this, it does seem to help duplicate email
    and zero-byte email issues on Solaris and Linux.

    &laz;

    dlasley Guest

  5. #4

    Default Re: ColdFusion to send duplicate emails to sendmail

    Well, luckily, we started the whole server and things are back to normal
    again...

    "BomberKing" <ajrogers@skm.com.au> wrote in message
    news:e0vfp8$g8c$1@forums.macromedia.com...
    > hi
    > did you get a solution for this?
    > i have the same problem
    >
    > regds Alan

    HS 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