Jump to content

No emails for new pilots, but mass mailer works


mischka

Recommended Posts

  • Moderators

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!

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

  • Moderators

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!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...