SMTP with Authorization

My SMTP server requires a username and password to use. So when trying to fire off workflow notifications, it doesn’t work, because the SMTP server rejects the request.

I don’t see anything in the documentation about how to pass username and password to the SMTP server, and there doesn’t appear to be those options in the workflow.properties file.

So, any thoughts on how do I go about getting this working?

It’s possible to write your own Mail Plugin class, and have it handle authentication. I don’t think that there is any other way at this time.

Dave