Results 1 to 2 of 2

Thread: double mails

  1. #1
    flofou
    Guest

    Default double mails

    Hi,

    Im getting this error for a while and this is kind of ennoying for the members. The mails are sent twice, for exemple if someone write you a mail, you receive the mail notify twice. Same thing for cupid mails, virtual kiss, mass mailer, activation (all the mails are sent twice).
    Is it a server bug or an aedating bug?

    Thx

    Flo
    Last edited by flofou; 08-04-2007 at 06:17 PM.

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    A quick check would be to load up phpmyadmin and check your notify queue table and see if you have double entries in there for starters.

    Then, make a test mail script and send out a message with it. There are examples of this on ModMySite, like this:
    Code:
    <?
    if ( mail ("xxxx@xxxxxxx.com", "Test message", "<h2>Hello</h2", "content-type: text/html; charset=iso-8859-1") )
    
    echo "<font color=\"blue\">SUCCESS!</font>";
    else
    echo "<font color=\"red\">FAIL!</font>";
    ?>
    Edit it, of course, so it goes to an email you can check, and see if that goes out double.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Double block?
    By ntenz in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 03-24-2008, 05:50 AM
  2. Membership Expiration e-mails not going out
    By skyhawk85u in forum General Issues, Comments, Questions
    Replies: 4
    Last Post: 12-05-2007, 06:40 AM
  3. Changing Double Post/Spam Prevention Time ?
    By Faxel in forum General Troubleshooting
    Replies: 9
    Last Post: 04-26-2007, 06:29 AM
  4. Dolphin 5.6 double nicknames
    By Wizzard308 in forum FAQ & HOWTO
    Replies: 2
    Last Post: 02-24-2007, 09:33 PM
  5. Site E-mails
    By spikelee in forum General Issues, Comments, Questions
    Replies: 4
    Last Post: 01-09-2006, 09:58 AM

Bookmarks

Posting Permissions

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