[horde] Mailer SMTP Config with Gmail or Yahoo
Luis Felipe Marzagao
lfbm.andamentos at gmail.com
Tue Apr 18 22:30:48 UTC 2017
Em 18/04/2017 17:33, cdj at deskservice.com escreveu:
> Hello,
> someone can tell me why if i try to configure gmail (allow access to
> low security set) or yahoo smtp in MAILER tab of horde they always
> denied authentication?
> Tried 465 SSL or 587 TLS, nothing changed.
> Obviously account and password if logged unchecked.
> I need an external smtp for 30 mailbox with absolutely normal
> traffic... and can't understand why turbosmtp denied me sign up....
> Someone has another free working smtp with horde?
>
For me this works (horde/config/conf.php):
$conf['mailer']['params']['host'] = ' smtp.gmail.com';
$conf['mailer']['params']['port'] = 465;
$conf['mailer']['params']['secure'] = 'ssl';
$conf['mailer']['params']['username'] = 'email at gmail.com';
$conf['mailer']['params']['username_auth'] = false;
$conf['mailer']['params']['password'] = 'yourpassword';
$conf['mailer']['params']['password_auth'] = false;
$conf['mailer']['params']['auth'] = true;
$conf['mailer']['params']['lmtp'] = false;
$conf['mailer']['type'] = 'smtp';
Then, on imp/config/backends.local.php:
$servers['imap']['smtp']['horde_auth'] = true;
And remember that the email set must be authorized to send emails as
other users inside gmail configuration.
> No way to debug it, in log always present only "server denied
> authentication"...
>
> Thanks a lot for helping
>
> Dario Cdj
More information about the horde
mailing list