Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.
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

@macmonty

Description

@macmonty

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions