Jeff Posted July 7, 2010 Report Share Posted July 7, 2010 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. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 8, 2010 Administrators Report Share Posted July 8, 2010 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? Quote Link to comment Share on other sites More sharing options...
Jeff Posted July 8, 2010 Author Report Share Posted July 8, 2010 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', ''); Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 8, 2010 Administrators Report Share Posted July 8, 2010 You're on fivedev, right? (sorry, hard to keep track..) Quote Link to comment Share on other sites More sharing options...
Jeff Posted July 8, 2010 Author Report Share Posted July 8, 2010 Yes Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 8, 2010 Administrators Report Share Posted July 8, 2010 Yeah, sending emails is working.. just checked. Hmm. Not showing up in your spam folder or something? Quote Link to comment Share on other sites More sharing options...
Jeff Posted July 8, 2010 Author Report Share Posted July 8, 2010 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. Quote Link to comment Share on other sites More sharing options...
Jeff Posted July 8, 2010 Author Report Share Posted July 8, 2010 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? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 8, 2010 Administrators Report Share Posted July 8, 2010 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 Quote Link to comment Share on other sites More sharing options...
Jeff Posted July 8, 2010 Author Report Share Posted July 8, 2010 well then I don't know what to do if I am not receiving any notifications about registrations, pireps, contacts...etc. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 8, 2010 Administrators Report Share Posted July 8, 2010 I am looking into it right now Jeff, sorry. Is it ok if I go into your site to debug? Quote Link to comment Share on other sites More sharing options...
Jeff Posted July 9, 2010 Author Report Share Posted July 9, 2010 Yeah, you don't need to ask.. do you need me to give you any info? Sorry, I was on someone else's site trying to fix it. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 9, 2010 Administrators Report Share Posted July 9, 2010 Can you PM me your email address/ Quote Link to comment Share on other sites More sharing options...
Jeff Posted July 12, 2010 Author Report Share Posted July 12, 2010 Any news on the debugging report Nabeel? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted July 13, 2010 Administrators Report Share Posted July 13, 2010 Sorry, I thought I had posted asking if you recieved the emails? Do you have another email address to try? 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.