Log of emails sent out?

Discussion in 'Installation' started by stephaniek, Oct 13, 2010.

  1. stephaniek

    stephaniek New Member

    Joined:
    Sep 12, 2010
    Messages:
    5
    I'm looking for somewhere I can view the emails that have been sent out. New member signup email, all the autoresponders, expiration emails, etc.

    I thought I had seen a place in the amember CP but I surely can't find it. Any help appreciated!
  2. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    No place for this- you can see the newsletter archive if you saved the bulk emails you sent.

    David
  3. stephaniek

    stephaniek New Member

    Joined:
    Sep 12, 2010
    Messages:
    5
    Thanks David.

    I'm tryin to think of what would be a workaround. Can a copy of everything be sent to admin addresses?
  4. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    you can log everything that will be sent from aMember.
    Edit /amember/common.inc.php function mail_customer and add one line at the bottom of the function :
    PHP:
    $db->log_error("Mail message to $email,  subject= $subject, body = $text");
  5. stephaniek

    stephaniek New Member

    Joined:
    Sep 12, 2010
    Messages:
    5
    Thank you, much appreciated.

Share This Page