Re: USE_SMTP flag
- To: mutt-users@xxxxxxxx
- Subject: Re: USE_SMTP flag
- From: Amit Finkler <amit.finkler@xxxxxxxxx>
- Date: Sat, 08 Mar 2008 08:48:45 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=TkrnAC86zTyTqVGBqTEYb2V+Yg3/aKITAeL0PPBf1Dc=; b=wCgkn1s1c04Ih//e6BtvBobgprKEedK539edr7WDjM0cp9Wh1zYot6DpiAvDdAcPC3LOMkzHmIk9Y0/RMy2Ieo1wSmBgv6vpoNYiFkf1c/sLY+vwjkl+P8aGGrdsUBtcmseV+GaWHmdQGOcWz/GMfbpxx4Kwm4Z/9HOfNgO1jBw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=AfVYADbNKHUrPwOE+hfwsVt8g4mDIsXaCFsXY0xHVue38+Iq/Abk5C1xDL+KPzWgwkUvbdRqF9b6qdRMKvO2GEw/pwFV+9o92w0cbU1nsfVBDgM7ucrGU1AFCXwVNpFm1Ra4NPh3lA2Fn4nysKp6Nq1lWozz93arFOaXDaBsxXc=
- In-reply-to: <20080308064630.GC1060@xxxxxxxxxxxxx>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- References: <47D22477.70407@xxxxxxxxx> <20080308063157.GB1060@xxxxxxxxxxxxx> <47D2341F.2080706@xxxxxxxxx> <20080308064630.GC1060@xxxxxxxxxxxxx>
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Thunderbird 2.0.0.9 (X11/20070801)
Kyle Wheeler wrote:
> On Saturday, March 8 at 08:37 AM, quoth Amit Finkler:
>> Meaning the USE_SMTP flag does not have to be on?
>
> Correct. The USE_SMTP flag indicates whether mutt can speak SMTP
> itself. This is a relatively new feature; before mutt had the ability
> to speak SMTP, it could only execute a sendmail program (often
> /usr/bin/sendmail) to send mail. A common program to use when mutt
> cannot speak SMTP (i.e. the USE_SMTP flag is either off or does not
> exist), for those who didn’t want to install sendmail (that is: almost
> everybody), is msmtp.
>
> ~Kyle
So what's the line I should write in .muttrc to use msmtp?