Forum Discussion
JamesPetrie
Aug 16, 2022Copper Contributor
Stop email from getting locked out
Hi everyone, I've written a small program for a business and one of the components of this is it sends out an automatic email at the end of each month to stakeholders. This runs entirely by itse...
VasilMichev
Aug 16, 2022MVP
Are you sending as the @outlook.com address or spoofing? SPF fails can cause such issues, though generally speaking we don't have much visibility into mail flow for personal accounts.
JamesPetrie
Aug 16, 2022Copper Contributor
Sending as the outlook address, it’s done via Microsoft’s System.Mail package for c# with an smtp client and ssl enabled.
After another look, it seems that it might be to to with periodic verification, where your required to sign in again. So might be better to ask if it’s possible to disable that somehow?
After another look, it seems that it might be to to with periodic verification, where your required to sign in again. So might be better to ask if it’s possible to disable that somehow?