Modern relay office 365
Brought to you by:
mguessan
Hi Mickael,
I'm having troubles getting davmail to work. I want to use Davmail as a mail relay, for example I want some applications to send SMTP traffic through DavMail to Office 365 but then with modern auth instead of SMTP.
and delate
I created an application ID in Microsoft Azure I gave mail send application permissions and delageted permissions.
Also I changed manifest
Send-MailMessage -From 'sender mail@xxx.com' -To 'recipient mail@xxx.com' -Subject 'relay' -Body "test" -SmtpServer 127.0.0.1 -port 25 -credential (get-credential)
After I run this command I login copy the URL (blank page) And I recieve an authentication error. WHat I'm doing wrong?