postalserver / docs

📚 Documentation for the Postal mail server!
https://docs.postalserver.io
135 stars 59 forks source link

Missing dokumentation for frontend settings #23

Closed samip5 closed 1 year ago

samip5 commented 1 year ago

I could not find any information as to how and/if I can set the smtp settings for frontend to use something else than just PLAIN auth.

willpower232 commented 1 year ago

You can see in the code that Postal supports AUTH CRAM-MD5 PLAIN LOGIN

https://github.com/postalserver/postal/blob/main/lib/postal/smtp_server/client.rb

Feel free to start a discussion in the main repo if you need more clarification.