Confirmation of who was sent a message

Discussion in 'Templates customization' started by rblondeau, Nov 16, 2006.

  1. rblondeau

    rblondeau New Member

    Joined:
    Nov 15, 2006
    Messages:
    1
    When I do a mass mailing with aMember, it gives me a message like "Message sent to 155 members". Lately I've been getting complaints from many of our members that they haven't received these messages.

    Now, understanding that I can't confirm that a message has been received by the users, is there any way for aMember to generate a list of all the members to whom the message was sent?

    Thanks,
    Rob
  2. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    Rob, unfortunately, there is no such option yet.
  3. gantocks

    gantocks New Member

    Joined:
    Feb 2, 2005
    Messages:
    22
    Hi there

    If I remember correctly you can add an email address so that a copy of all emails sent are sent to that address also
  4. gantocks

    gantocks New Member

    Joined:
    Feb 2, 2005
    Messages:
    22
    Hi Folks

    Found it

    You can copy each message sent from script.
    Edit common.inc.php:
    function mail_customer find this:
    mail($email_only, $subject, $text, $headers);

    modify:
    mail($email_only, $subject, $text, $headers);
    mail("admin@email.address", $subject, $text, $headers);

Share This Page