kaisellgren / mailer

Compose and send emails from Dart. Supports file attachments, HTML emails and multiple transport methods.
MIT License
166 stars 86 forks source link

The server does not support LOGIN authentication method. #239

Closed palvajk closed 10 months ago

palvajk commented 10 months ago

Hi! I got this error on my server: Message not sent. The server does not support LOGIN authentication method.

My server configured correctly because all other service is working fine (phpMailer, Wordpress site, nodeJs). I searched the postfix config and the login auth is enabled and also used for the other things.

Thanks for your help.