How can I know if error happens when sending mail?
- To: mutt-users <mutt-users@xxxxxxxx>
- Subject: How can I know if error happens when sending mail?
- From: "Chengqi(Lars) Song" <songcq@xxxxxxxxx>
- Date: Mon, 1 Jun 2009 15:55:25 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=09V+jrQYXYMoQNT1DnkU3pLICYpB1/Qi8YxrIHhhH1E=; b=vXVtIB1z14Ierg93aUognalBIUP0yGcVATtJoICnwR8wLTepOLN4Cj25EQtypCmI51 hD43ncXueQQonjZSt4FsdT6f8oMjHBBDZas8CPGXiNJLM+sC9FBxKiEsVCi1qeCQivfT C474mhRXHHs69Jm1kLzUgxXT3KFlovDfE5jwo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=XZVAGJdMHkxbxZ0X42fyykIfUOG7Cpzm8UvPnGWMWqm4L37/ThSsH2dnYx7RYvxaN7 A+qMr43s8FYkt/53s8JeNIzB4Un5Y7AA8dKpgG3/IwBQZISd2YwG2qtB3+/4HKNHnmNj 75Lx5Lr20S2dRBEUmlu3LJNoiBj+dIIZxireA=
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.18 (2008-05-17)
Hi,
I'm using msmtp to send mail. I've set sendmail_wait=-1 in .muttrc to make
sending mail not blocking. But there comes a problem. If any error happens when
sending mail, I will not aware about it. And sometimes it cause trouble to my
work. How can I solve this problem? I need to be told if error happens in
sending mail.
Thanks
Lars