By default, Magento 2 cannot send mails via SMTP. The easiest way to achieve SMTP mails is via 3rd party extension. There are free extensions like this one on Github: https://github.com/mageplaza/magento-2-smtp Alternatively, you can do the whole implementation by yourself writing a custom module.