Menu

#128 O365Modern question

Backlog
open
nobody
None
5
2020-07-10
2020-07-10
No

When I use Office365Modern authenication, what do I need to use in the SMTPClient?
My own password? Or blank?
It is complaining about authentication failed: invalid user or pawwrod

var clt = new SmtpClient()
            {
                Host = "localhost",
                Port = 1025,
                Username = JvvEmail,
                Password = MyPassword
            };
            clt.Send(TestMessage(JvvEmail, JvvEmail, "test message using DavMail"));

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.