PxPlus User Forum

Twitter Twitter Twitter

Author Topic: using *web/email for smtp.office365.com  (Read 2467 times)

Ria

  • New Member
  • *
  • Posts: 1
    • View Profile
using *web/email for smtp.office365.com
« on: April 04, 2019, 08:35:30 AM »
For a client with  pxplus 12.5 I'm using *web/email for outgoing mail. They recently switched to Office 365  for their mail.
I changed the smtp variabele. Now it contains 'smtp.office365.com; 587; userid; password'.
The errormessage that is returned says 'Sending to SMTP Server Failed; (274): Unable to move mail to sent folder (274).
No e-mail is sent.
What am I doing wrong ?

Devon Austen

  • Administrator
  • Diamond Member
  • *****
  • Posts: 382
  • Don’t Panic
    • View Profile
    • PVX Plus Technologies
Re: using *web/email for smtp.office365.com
« Reply #1 on: April 04, 2019, 09:16:40 AM »
According to the documentation (https://docs.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-office-3) it looks like smtp.office364.com requires TLS1.2 or above.

As you are using PxPlus 2014 (v12.5) if you are using a Windows PxPlus the version of OpenSSL used should support TLS1.2. If you are using a UNIX/Linux PxPlus then the openSSL version used is whatever comes with the OS and you will need to check to make sure it is at least 1.0.1.

Other things I would look for are if you need to change any settings for the mail account to allow 3rd party access to send emails. The docs above don't mention any setting but we have seen this for some mail services.

You may also want to make sure a firewall is not blocking port 587 on your network.
Principal Software Engineer for PVX Plus Technologies LTD.

Jim Morton

  • Member
  • **
  • Posts: 12
    • View Profile
Re: using *web/email for smtp.office365.com
« Reply #2 on: April 04, 2019, 11:28:56 AM »
Here is a site for checking SMTP settings and trying various combinations to find something that works.

https://www.smtper.net/

This has been a great troubleshooting tool for me.

Jim Morton