if you want to send an email right t from your terminal and don’t want to open stupid browser or email client
well no big deal you can send right from your terminal
you have to install an application name “sendemail”
you can install it by typing
$ sudo apt-get install sendemail
and you are ready to go
commands
sendemail -t (destination address ) –f (from eg. foo@bar.com ) –s (server:port) –xu (smtp server username ) –xp (smtp password) –m (message)
use
sendemail –-help
for more detail
have fun
don’t forget to like us
No comments:
Post a Comment
leave your comments
Thanks !