mischka Posted July 19, 2012 Report Share Posted July 19, 2012 Since a couple of days I dont get a mail anymore when somebody registers or logs a pirep, it used to work in the beginning. The mass mailer (send email to all pilots) seems to work though. Where do I look for a resolution? Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted July 19, 2012 Moderators Report Share Posted July 19, 2012 Put this in your local.config.php, be sure to change the email@va.com to whatever you like to be sent to. Config::Set('EMAIL_NEW_REGISTRATIONS', 'email@va.com'); Config::Set('EMAIL_NEW_PIREP', 'email@va.com'); Cheers! Quote Link to comment Share on other sites More sharing options...
mischka Posted July 19, 2012 Author Report Share Posted July 19, 2012 Ok, I found the issue: my from adress and destination address were set to be forwarded to the same gmail account, so the mails didnt get delivered. When I changed the destination addresses to my gmail account the mail for new pireps arrived, but not the mail for new pilot. the new pilot I registered did receive an email as soon as I approved him though. Where can I edit the contents of that email? Quote Link to comment Share on other sites More sharing options...
Moderators Kyle Posted July 19, 2012 Moderators Report Share Posted July 19, 2012 You can change the content of the emails in core/templates/ Be sure to copy.. email_registered.tpl email_registrationaccepted.tpl email_registrationdenied.tpl Copy those files to your skin folder so they won't get overwritten in the updates. Those are the emails you might want to change if you want. Cheers! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.