Email doesn't send

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', '[email protected]');
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', '[email protected]');
Config::Set('EMAIL_SMTP_PASS', ' ********');

My app.config.php

# Email Settings
Config::Set('EMAIL_FROM_NAME', 'Kappa Airline');
Config::Set('EMAIL_FROM_ADDRESS', '[email protected]');
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', '[email protected]');
Config::Set('EMAIL_SMTP_PASS', ' ********');

What can i do? Please help!

What email have you set in your phpVMS settings?

I’ve the same problem…

pilot is registred in company infact I see it on administration pannel, but no mail is sent to him…

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?

this is my configuration in app.config.php

Email Settings

Config::Set(‘EMAIL_FROM_NAME’, ‘Piloti Siciliani Virtuali’);

Config::Set(‘EMAIL_FROM_ADDRESS’, ‘[email protected]’);

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’, ‘[email protected]’);

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’, ‘[email protected]’);

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’, ‘[email protected]’);

Config::Set(‘EMAIL_SMTP_PASS’, ‘mypassword’);

this is configuratio in admin area

Webmaster Email Address [email protected]

This is the email address that email will get sent to/from

I’ve solved following this link: