phires / go-guerrilla

MIT License
112 stars 18 forks source link

Will go-guerrilla support SMTP AUTH #45

Closed anandhkumar closed 2 months ago

anandhkumar commented 4 months ago

I am looking for SMTP AUTH ( PLAIN & LOGIN ) both to be support in go-guerrilla.

Please let me know will go-guerrilla support? if yes how to implement this?

Also go-guerrilla support Message Limits: A maximum number of messages ("n") will be allowed per connection? if yes how to implement this?

phires commented 2 months ago

Hi,

as go-guerrilla at this point is "only" a MDA (Mail Delivery Agent) without transport capability (therefore no relaying of mails) SMTP Authentication is not needed. Mails are accepted and processed. If at some point transport capabilities are added, we absolutly will need authentication.

Cheers.