Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

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

Open
macmonty opened this issue Oct 13, 2012 · 2 comments
Open

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

macmonty opened this issue Oct 13, 2012 · 2 comments

Comments

@macmonty
Copy link

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

Config::Set('EMAIL_NEW_REGISTRATIONS', '[email protected]');
Config::Set('EMAIL_NEW_PIREP', '[email protected]');

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

@nabeelio
Copy link
Member

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

@macmonty
Copy link
Author

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 [email protected]

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//issues/79#issuecomment-9527322.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants