bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] Using GMail smtp server for sending mail


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Using GMail smtp server for sending mail
Date: Thu, 16 Sep 2010 01:18:19 +0300

BVK Chaitanya <address@hidden> ha escrit:

> Is it possible to configure mail (or maidag) to be to send mail using
> GMails' smtp server?

Yes, it is.  To configure mail, add the following to your ~/.mailrc:

 set sendmail="smtp://USER:address@hidden"

Replace USER with your Gmail user name and PASS with your password.
If any of them contain special characters (e.g. @, :, /), replace them
with their hex representation (e.g. %40, %3A, %2F).

Regards,
Sergey



reply via email to

[Prev in Thread] Current Thread [Next in Thread]