Search found 2 matches

by Hans Brenkman
Wed May 25, 2022 2:42 pm
Forum: madExcept
Topic: Microsoft stops with no AUTH SMTP, how to send mail with OAUTH2?
Replies: 1
Views: 2237

Microsoft stops with no AUTH SMTP, how to send mail with OAUTH2?

Hi,

Microsoft Office365 is stopping with basic auth SMTP/POP3/IMAP on 01-10-2022 so applications have to be prepared to make use of OAUTH2 with the Microsoft Graph API to send or read mail.

How can we get an accestoken with madExcept and send mail?
What is the way to go?
by Hans Brenkman
Fri Jun 22, 2007 2:27 pm
Forum: madExcept
Topic: Attachment is always zipped; not wanted.
Replies: 1
Views: 2905

Attachment is always zipped; not wanted.

Hi, If I tried to send some PDF-files with the following code ("File" is the name of the PDF file): MEsettings.AdditionalAttachments.Clear; MEsettings.AdditionalAttachments.Add(Dir + File, File, '', File); IsCorrectySend := madExcept.SendSmtpMail(MESettings.MailFrom, 'name@mail.nl', 'User:...