Can Admin get cc of Expire Notifications?

Discussion in 'Customization & add-ons' started by jadeb, Nov 30, 2010.

  1. jadeb

    jadeb New Member

    Joined:
    Mar 26, 2010
    Messages:
    14
    Hi there,

    We'd like to receive copies of the "Expire Notification" email sent to our customers.

    We've got them set for 14 days before expiry and we'd like to have those emails copied to the admin address so we know which members are coming up for expiry.

    I've searched the settings and can't find any place to enable this. Does anyone know how to do it?

    Thanks in advance,
    Jade
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    This can be done as customization.
    Edit /amember/member.inc.php and modify function mail_expire_members at the bottom:
    PHP:
    mail_template_user($t$et$ufalse);
    change to this:
    PHP:
    mail_template_user($t$et$ufalse);
    mail_template_admin($t$et);
  3. jenolan

    jenolan aMember Coder

    Joined:
    Nov 3, 2006
    Messages:
    510
  4. jadeb

    jadeb New Member

    Joined:
    Mar 26, 2010
    Messages:
    14
    Hi Alexander,

    Thanks for this. I've made the change and we'll monitor it to see how it performs.

    Cheers,
    Jade
  5. celina

    celina Member

    Joined:
    Sep 9, 2008
    Messages:
    86
    i tried this and it doesn't seem to be working. JLogica your product looks interesting but i'm not into paying renewal fees. any other ideas? we absolutely need to be notified when users expire.
  6. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Did you enable expire notifications? Did you configure external cron job?
  7. todddown

    todddown Member

    Joined:
    Nov 24, 2009
    Messages:
    37
    Can this be done in version 4.* ?
  8. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Yes this can be done as customization.
  9. todddown

    todddown Member

    Joined:
    Nov 24, 2009
    Messages:
    37
    Do I pay for this customisation?
  10. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    You may enable option aMember CP -> Setup -> E-Mail : Log E-Mail messages and then
    watch at aMember CP -> Logs -> E-Mail .

    If that is necessary to get messages copied to your e-mail address, it will be a paid customization.
  11. hhubbers01

    hhubbers01 aMember Pro Customer

    Joined:
    Feb 22, 2012
    Messages:
    25
    Hi Alex

    How do you charge for paid customizations?

    Cheers,
    Hugh

Share This Page