Closed pablowillians closed 2 years ago
@mworrell The workflow found an issue with formatting, so I updated the PR. Could you please approve the workflows to run again?
Thanks, @mworrell ! I've made changes to the rebar.config
's file as well, since it was throwing a badmap error when trying to generate docs
So the basic difference is that we have to say LHLO? And all else is the same?
So the basic difference is that we have to say LHLO? And all else is the same?
Actually, it has one more difference:
The change is that after the final ".", the server returns one reply for each previously successful RCPT command in the mail transaction
So I added some tests similar to the example from the LMTP documentation, to reflect that behavior.
Looks good! I like how you also added tests and updated the docs.
Thank you!
Hey team!
First of all, I would like to thank you guys for this exceptional work! Second, I am proposing supporting LMTP in delivering messages.
It would be really useful in cases when it's needed to deliver messages to an LMTP server (ie, Dovecot)
Usage example:
I would love to receive suggestions to improve it. This is my first time writing Erlang code.
Thank you