Sept. 3, 2019
3:01 p.m.
On 3 Sep 2019, at 00:54, Jeff Gray <jeff@rogerthedog.com> wrote:
Have you tried manually opening up the gmail account you are sending from in the browser and looking for anything funny? I have had similar issues where the gmail was needing a security prompt/response. I wrote a service to send mails asynchronously (in case the gmail connection was down and generally to give a speedy UI response) using the ZdcSecureSMTPClient, which is working like a charm.
If possible, it would be interesting for the community to learn about this. Especially dealing with success/failure is important once you operate asynchronously.