BVK Chaitanya <[email protected]> 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:[email protected]" 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 _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
