πŸ“ŒConfiguring E-Mail services

  1. We need to install some mail services as mentioned below.

sudo apt-get update -y
sudo apt-get install mailutils
sudo apt-get install ssmtp
  1. Now, navigate to your google account and click on settings. Navigate to enable the two step authentication method.

  1. Go to security setting >> click on app password >>click on other > give name and generate password

  1. Copy the password from above and follow the below commands.

  1. Configure the settings in the ssmtp.conffile

  1. Open the SMTPS port in AWS console as shown below.

Last updated