Is there an easy way to verify expiration emails are being generated? I had it set to 14 days (before) to send email, but I'm not seeing anything go outbound. Is there a way to setup a user sub, and other settings, then run the cronlog to get it to push an expiration email outbound? The signup emails are working, just trying to verify the expiration email functions. Thanks
Neo, create such a php file in amember/ directory: <? include './config.inc.php'; mail_expire_members(); ?> then create customer with desired expiration date, completed subscription and not-recurring payment processor used for payment. then, if you access php file created on previous step, you should receive expiration email. P.S. If you need quick answer, use contact form or email support@cgi-central.net
Don't quite understand this. But I did create the file and set a user to expired. Ran the file and no email was sent. I check the mail queues and logs and it shows nothing. The new email at signup works fine. Just trying to test the 14 until expiration and expired emails that would be sent out.
I set them at August 15th at the time. I have run the cronlog again just now and still nothing was kicked out. Could you take a look at it via the admin console and run the cronlog yourself to see what the issue is? Thanks