Re: [Twisted-Python] SMTP: Authenticating on Outbound emails only

2017-02-09 Thread Jean-Paul Calderone
On Thu, Feb 9, 2017 at 12:29 PM, Anthony Lukach wrote: > I am working on putting together an SMTP server implemented within > Twisted. This will act as a conduit to my API, where there are two basic > flows: > > 1) A device that supports sending email can "send" an email through the > SMTP serve

[Twisted-Python] SMTP: Authenticating on Outbound emails only

2017-02-09 Thread Anthony Lukach
I am working on putting together an SMTP server implemented within Twisted. This will act as a conduit to my API, where there are two basic flows: 1) A device that supports sending email can "send" an email through the SMTP server. This is, in effect, the SMTP server handling the message as an ou