Set Up Mail Magento2
Setting Up Mail and SMTP settings Magento 2 Server#
-
Install Sendmail
apt install sendmail
-
config sendmail
sudo sendmailconfig
-
Edit hosts file
127.0.0.1 localhost localhost.localdomain your_domain_name_here.com
-
Restart nginx
sudo service nginx restart
Note: Disable other mail modules#
Like Ebizmarts..