We have an external SMTP server which I would like to use for sending emails. How do I integrate with that? php.ini only allows to set SMTP server with port and no user authentication for sending emails. Our externally hosted SMTP server requires authentication for sending emails.
In Emails --> Settings the Default MTA is set to "None: Use PHP Mail Function". This does not allow specifying an externally hosted SMTP server for sending emails.