Usin the beta Version v2.1.934-171-gbc02380, i can send emails to google accounts, but in the new release the emails never arrives to the destinations, here is my config in local.config.php, the smtp port its correct is a setup from my ISP
Email Settings
Config::Set('EMAIL_FROM_NAME', 'adminVA');
Config::Set('EMAIL_FROM_ADDRESS', 'adminvms@airbilbaovirtual.com');
Config::Set('EMAIL_NEW_REGISTRATIONS', 'adminvms@airbilbaovirtual.com');
Config::Set('EMAIL_NEW_PIREP', 'adminvms@airbilbaovirtual.com');
Config::Set('EMAIL_USE_SMTP', true);
Add multiple SMTP servers by separating them with ;
Config::Set('EMAIL_SMTP_SERVERS', 'mail.airbilbaovirtual.com');
Config::Set('EMAIL_SMTP_PORT', '26');
Config::Set('EMAIL_SMTP_USE_AUTH', true);
Config::Set('EMAIL_SMTP_SECURE', ''); # must be "ssl" for Google Apps
Config::Set('EMAIL_SMTP_USER', 'adminvms@airbilbaovirtual.com');
Config::Set('EMAIL_SMTP_PASS', '+++++++++');
Usin the beta Version v2.1.934-171-gbc02380, i can send emails to google accounts, but in the new release the emails never arrives to the destinations, here is my config in local.config.php, the smtp port its correct is a setup from my ISP
Email Settings
Config::Set('EMAIL_FROM_NAME', 'adminVA');
Config::Set('EMAIL_FROM_ADDRESS', 'adminvms@airbilbaovirtual.com');
Config::Set('EMAIL_NEW_REGISTRATIONS', 'adminvms@airbilbaovirtual.com');
Config::Set('EMAIL_NEW_PIREP', 'adminvms@airbilbaovirtual.com');
Config::Set('EMAIL_USE_SMTP', true);
Add multiple SMTP servers by separating them with ;
Config::Set('EMAIL_SMTP_SERVERS', 'mail.airbilbaovirtual.com');
Config::Set('EMAIL_SMTP_PORT', '26');
Config::Set('EMAIL_SMTP_USE_AUTH', true);
Config::Set('EMAIL_SMTP_SECURE', ''); # must be "ssl" for Google Apps
Config::Set('EMAIL_SMTP_USER', 'adminvms@airbilbaovirtual.com');
Config::Set('EMAIL_SMTP_PASS', '+++++++++');