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

2017-02-12 Thread Anthony Lukach
Thanks Jean-Paul, that indeed did help! To restate what you said, we're now allowing both authenticated and unauthenticated (anonymous) connections, each returning a different type of Avatar. We then take a look at what the connection is trying to do (handle outbound email vs. handle inbound emai

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