diff options
| author | Kenyon Ralph <kenyon@kenyonralph.com> | 2011-05-14 14:01:14 -0700 |
|---|---|---|
| committer | Kenyon Ralph <kenyon@kenyonralph.com> | 2011-05-14 14:01:14 -0700 |
| commit | 4ce300f0e3a438c952b51b0f561591e8bc2cfbe7 (patch) | |
| tree | ec648869a5908f106f5896bf8dd4924f5a0bcb47 | |
| parent | ef629a4f2bd62beb362543460c5f1bb0034f8198 (diff) | |
grammar
| -rw-r--r-- | emacstips.mdwn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/emacstips.mdwn b/emacstips.mdwn index 9b4e1a1..0a40f64 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -223,13 +223,13 @@ don't know why." ## msmtp, message mode and multiple accounts -As an alternative to running a mail server such as sendmail or -postfix just to send email, it is possible to use -[msmtp](http://msmtp.sourceforge.net/). This small application will +As an alternative to running a mail server such as sendmail or postfix +just to send email, it is possible to use +[msmtp](http://msmtp.sourceforge.net/). This small application will look like `/usr/bin/sendmail` to a MUA such as emacs message mode, but -will just forward the email to an external SMTP server. It's fairly -easy to set up and it support several account for using different -SMTP servers. The msmtp pages have several examples. +will just forward the email to an external SMTP server. It's fairly +easy to set up and it supports several accounts for using different +SMTP servers. The msmtp pages have several examples. A typical scenario is that you want to use the company SMTP server for email coming from your company email address, and your personal |
