Msmtp: Difference between revisions

imported>Onny
Refactor page
imported>Onny
mNo edit summary
Line 25: Line 25:
This configuration will automatically set ''msmtp'' as the default mail delivery client on your system by overwriting the <code>sendmail</code> binary. To test mail delivery issue following command:
This configuration will automatically set ''msmtp'' as the default mail delivery client on your system by overwriting the <code>sendmail</code> binary. To test mail delivery issue following command:


<syntaxhighlight lang="console">
# sendmail john.doe@mail.com
Subject: Test Send Mail
Hello World
control d (this key combination of control key and d will finish the email.)
</syntaxhighlight>


 
A mail with the subject ''Test Send Mail'' will be send to the recipient ''john.doe@mail.com' including the body text ''Hello World''.
<code>user</code>


== Configuration ==
== Configuration ==