Jump to content

All Notifications


Jeff

Recommended Posts

Nabeel,

In "Site & Settings" in the Admin Center I setup my "Webmaster Email Address" to yourname@oneworldvs.net and also set the same address to my profile. Am I missing something to have the Contact sent and all registrations be sent to that e-mail address? I setup that e-mail account through Google Apps, and it is a functioning address, as I have tried it several times. Nothing is being sent to that e-mail address. Is there another place I need to change it (maybe somewhere in the File Manager)? Or can you not use your site name as your primary e-mail (as it says so in the cPanel main page "Update Contact Info) The main one in cPanel for Update Contact Info is not set to that address.

Link to comment
Share on other sites

  • Administrators

You should be able to. Can you send regular email to that address?

In local.config.php (well in app.config.php) there are a few settings for emails as well, take a look at those. Are you getting no emails at all?

Link to comment
Share on other sites

This is what I have in app.config.php ( I did not change any settings in here. Yes I can receive e-mails from this forum and other people to that e-mail, just not from my website).

# Email Settings
Config::Set('EMAIL_FROM_NAME', '');
Config::Set('EMAIL_FROM_ADDRESS', '');

Config::Set('EMAIL_USE_SMTP', false);
# Add multiple SMTP servers by separating them with ;
Config::Set('EMAIL_SMTP_SERVERS', '');
Config::Set('EMAIL_SMTP_PORT', '25');
Config::Set('EMAIL_SMTP_USE_AUTH', false);
Config::Set('EMAIL_SMTP_USER', '');
Config::Set('EMAIL_SMTP_PASS', '');

# Set specific email addresses to send notifications to
Config::Set('EMAIL_NEW_REGISTRATIONS', '');
Config::Set('EMAIL_NEW_PIREP', '');

# Whether to send an email or not
Config::Set('EMAIL_SEND_PIREP', true);

# This is email to specifically send email sent error to, such
# as failure notices with an invalid email or something
# If blank, it'll default to the "from" email that's specified
Config::Set('EMAIL_RETURN_PATH', '');

Link to comment
Share on other sites

I just registered to my site. I didn't receive the "New member just registered to your site" so I don't know where that is being sent to. I checked both e-mail accounts, and nothing. It isn't in the spam folder either.

Link to comment
Share on other sites

How come

# Set specific email addresses to send notifications to
Config::Set('EMAIL_NEW_REGISTRATIONS', '');
Config::Set('EMAIL_NEW_PIREP', '');

# Whether to send an email or not
Config::Set('EMAIL_SEND_PIREP', true);

is listed in app.config.php and not in local.config.php? Could this be why, and should I add it to it?

Link to comment
Share on other sites

  • Administrators

If it's not in local.config.php, it just uses the values in app.config.php. Local.config isn't touched by the installer, so any new settings I add don't automatically get added into the local. In this case, those settings I've added in betas

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...