Skip to content

Fusity/Sending-Mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sending-Mail

This is a script to send mail with local ip in it

Libraries

Use this libraries

sudo apt-get install mailutils mpack

Use this library too

sudo apt-get install ssmtp

link : http://doc.ubuntu-fr.org/ssmtp

to use the following command : /usr/sbin/sendmail

Configuration

Configure the SSMTP library :

sudo nano /etc/ssmtp/ssmtp.conf

There must be this in the file :

[email protected] #here your mail
mailhub=smtp.gmail.com:587
hostname=srvweb
AuthUser= [email protected] #here your mail
AuthPass=mybeautifulPassWd #here your passwd
FromLineOverride=YES
UseSTARTTLS=YES

About

This is a script to send mail with local ip in it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages