NillerT12 Posted September 14, 2016 Report Share Posted September 14, 2016 Hello! My site can't send email's any idear why? i have tried to set use smtp to false but doesn't worked. my local.config.php # Email Settings Config::Set('EMAIL_FROM_NAME', 'Kappa Airline'); Config::Set('EMAIL_FROM_ADDRESS', 'niklasfogdal@gmail.com'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'smtp.gmail.com'); Config::Set('EMAIL_SMTP_PORT', '465'); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_USER', 'niklasfogdal@gmail.com'); Config::Set('EMAIL_SMTP_PASS', '********'); My app.config.php # Email Settings Config::Set('EMAIL_FROM_NAME', 'Kappa Airline'); Config::Set('EMAIL_FROM_ADDRESS', 'niklasfogdal@gmail.com'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'smtp.gmail.com'); Config::Set('EMAIL_SMTP_PORT', '465'); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_USER', 'niklasfogdal@gmail.com'); Config::Set('EMAIL_SMTP_PASS', '********'); What can i do? Please help! Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted September 15, 2016 Moderators Report Share Posted September 15, 2016 What email have you set in your phpVMS settings? Quote Link to comment Share on other sites More sharing options...
pilotisiciliani Posted September 23, 2016 Report Share Posted September 23, 2016 I've the same problem... pilot is registred in company infact I see it on administration pannel, but no mail is sent to him.... Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted September 24, 2016 Moderators Report Share Posted September 24, 2016 Have you set a valid email adress in the settings of your phpVMS system? Have you set the smtp details in your local.config.php? Quote Link to comment Share on other sites More sharing options...
pilotisiciliani Posted September 24, 2016 Report Share Posted September 24, 2016 (edited) this is my configuration in app.config.php # Email Settings Config::Set('EMAIL_FROM_NAME', 'Piloti Siciliani Virtuali'); Config::Set('EMAIL_FROM_ADDRESS', 'admin@psv-va.it'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'smtp.psv-va.it'); Config::Set('EMAIL_SMTP_PORT', '25'); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_USER', 'admin@psv-va.it'); Config::Set('EMAIL_SMTP_PASS', 'mypassword'); and this is configuraion in local.config.php # Email Settings Config::Set('EMAIL_FROM_NAME', 'Piloti Siciliani Virtuali'); Config::Set('EMAIL_FROM_ADDRESS', 'admin@psv-va.it'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'smtp.psv-va.it'); Config::Set('EMAIL_SMTP_PORT', '25'); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_USER', 'admin@psv-va.it'); Config::Set('EMAIL_SMTP_PASS', 'mypassword'); this is configuratio in admin area Webmaster Email Address admin@psv-va.it This is the email address that email will get sent to/from Edited September 24, 2016 by pilotisiciliani Quote Link to comment Share on other sites More sharing options...
pilotisiciliani Posted September 26, 2016 Report Share Posted September 26, 2016 I've solved following this link: http://forum.phpvms.net/topic/21563-solved-email-dont-want-to-send/page__hl__+order%20+send%20+authenticated%20+smtp%20+email%20+over#entry115679 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.