# Email Settings
Config::Set('EMAIL_FROM_NAME', 'Zirve Airlines Staff');
Config::Set('EMAIL_FROM_ADDRESS', 'noreply@zirveairlines.com');
Config::Set('EMAIL_USE_SMTP', true);
# Add multiple SMTP servers by separating them with ;
Config::Set('EMAIL_SMTP_SERVERS', 'mail.zirveairlines.com');
Config::Set('EMAIL_SMTP_PORT', '25');
Config::Set('EMAIL_SMTP_USE_AUTH', true);
Config::Set('EMAIL_SMTP_USER', 'EmailUserName');
Config::Set('EMAIL_SMTP_PASS', 'EmailPassword');
try with this settings just add your email username and password in the prespective positions