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
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
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);