Newbies accfanz Posted July 26, 2019 Newbies Posted July 26, 2019 (edited) I am migrating from Exchange to O365 and am testing mailit using the supplied EmailClient Filemaker database provided. I get the following error. 530 5.7.57 SMTP; Client was not authenticated to send anonymous mail during MAIL FROM [BN6PR1001CA0036.namprd10.prod.outlook.com] Is this 365 related or plugin related? Edited July 26, 2019 by accfanz
ryan360Works Posted July 26, 2019 Posted July 26, 2019 This is an error back from the server. Microsoft gives this explanation of the error: Quote This indicates that you are connecting to the SMTP client submission endpoint (smtp.office365.com), which can't be used for direct send. For direct send, use the MX endpoint for your Office 365 tenant, which ends with "mail.protection.outlook.com." You can find your MX endpoint by following the steps here. It typically means that you authenticated with one account in the EmailConnectSMTP function but set the From address to another account in EmailCreate which is not allowed. You may be able to configure Office365 to allow this but I cannot tell you how to do so.
MileFaker3000 Posted March 3, 2020 Posted March 3, 2020 (edited) I am also running into this issue and believe I have it set up correctly. EmailConnectSMTP Username: globals_USERS::Email EmailCreate From: globals_USERS::Name_Full & "<" & globals_USERS::Email & ">" Could it be because I'm adding the full name? I thought that was a suggested way to do it to avoid being put in a spam filter. Additionally (only because it's tangentially related) I do have EmailConnectIMAP disabled. Don't think that's relevant but felt like I should mention it. Update: FWIW I just checked my plugin version and I'm on 3.1 while the machines that are unable to send are on 3.3. Update 2: If I log in as one of the affected users I get the same error on my machine as well. So it's not plugin version, it's account related. Update 3: I'm a dope. I didn't migrate passwords to the new file this error was happening in. I will say microsoft's error was pretty bad. I only realized because I re-enabled IMAP and that kicked a password error. Edited March 3, 2020 by MileFaker3000
Wim Decorte Posted March 3, 2020 Posted March 3, 2020 I would strongly encourage you to start using the Office 365 APIs for this kind of integration. I have a series of blog posts coming up that walk you through the setup. These APIs are a lot more powerful than talking to the old-style protocols like SMTP, POP, IMAP,...
Newbies ABCytek Posted April 21, 2020 Newbies Posted April 21, 2020 On 3/3/2020 at 8:27 AM, Wim Decorte said: I would strongly encourage you to start using the Office 365 APIs for this kind of integration. I have a series of blog posts coming up that walk you through the setup. These APIs are a lot more powerful than talking to the old-style protocols like SMTP, POP, IMAP,... Have the blog posts with this information been released?
Wim Decorte Posted April 21, 2020 Posted April 21, 2020 https://www.soliantconsulting.com/blog/microsoft-graph-api-filemaker-one/ there's a second part to that as well that is also available there.
Recommended Posts
This topic is 1745 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now