Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit-Chowdhury21 committed May 26, 2023
1 parent f10cde5 commit 7ca2b8d
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,3 @@ SMTP (Simple Mail Transfer Protocol) is the standard protocol for providing emai



#### To use the SMTP services on Raspberry Pi, we first have to install the SMTP library on Pi. Use the below command to install the same:

### sudo apt-get install ssmtp


Now we have to edit the configure file. For that, open Configuration file using the below command:

### sudo nano /etc/ssmtp/ssmtp.conf


A new window opens up and add the below lines there. Don’t forget to add your email and email password. After writting use keyboard's shift^O to save the below data in 'ssmtp.conf' file

### root=postmail
### mailhub=smpt.gmail.com:587
### AuthUser=[email protected]
### AuthPass=youremailpassword
### FromLineOverride=YES
### UseSTARTTLS=YES
### DEBUG=YES

0 comments on commit 7ca2b8d

Please sign in to comment.