phpvms / phpvms_v2

Virtual Airline Management (not maintained)
http://www.phpvms.net
BSD 3-Clause "New" or "Revised" License
41 stars 46 forks source link

No send email in new beta, but in prior release yes #79

Open macmonty opened 11 years ago

macmonty commented 11 years ago

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', '+++++++++');

nabeelio commented 11 years ago

Is the from-email the correct email? Are the same settings working from a client or another app?

macmonty commented 11 years ago

Yes the email address it's fine, receiving and sending emails, the unic solution was, edit the file core/lib/phpmailer/class.phpmailer.php with my parameters, and now runs fine. Do you wants to testit, i can create a email address for testing purposes?

Regards, sorry for my poor english, i am spanish

2012/10/17 Nabeel Shahzad notifications@github.com

Is the from-email the correct email? Are the same settings working from a client or another app?

— Reply to this email directly or view it on GitHubhttps://github.com/nshahzad/phpVMS/issues/79#issuecomment-9527322.