Jump to content

Recommended Posts

Posted

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! :)

Posted (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 by pilotisiciliani

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