How Can I Send Validation Emails with StartTLS (e.g. for Outlook, Office365)?

Answer:

When sending validation emails through some email servers such as Hotmail, Outlook.com, or Microsoft 365 for business email accounts, the StartTLS setting is required.

Serversmtp.office365.com / smtp-mail.outlook.com
Port587
Encryption:STARTTLS
Information from Microsoft about sending email

You can set this in the settings of PDF-Mapper for sending emails in case of validation errors by adding the specification of &mail.smtp.starttls.enable=true to the email user (no spaces!).

A possible setting could then look as follows:

PDF-Mapper Settings (Application – Order or Invoice Validation)Specifications (replace {…} with your values).
Send message on validation erroryes
Connection to mail serverSMTP
Mail server hostsmtp-mail.outlook.com
Mail server port587
Mail user{user@outlook.com}&mail.smtp.starttls.enable=true
Mail user password{secret}
Employee name for notification{employee name}
Employee email for notification{employeename@mycompany.com}
Sender email address{user@outlook.com}

More Information:

  • Contact Form: Link

Was This Post Helpful?