On Fri, Mar 09, 2007 at 12:21:00PM -0300, Bruno Buys wrote: > Anyone succeeded using sendemail (its not sendmail) with gmail? I > installed the tls related packages, enabled -tls=yes in the command line, > but no go. And I already did what this guy at > http://caspian.dotconf.net/menu/Software/SendEmail/ said, under 'tls > support'. > Other smtp's do work. > > Any help is appreciated!
In sid, the following works for me:
sendEmail -f [EMAIL PROTECTED] -t [EMAIL PROTECTED] \
-u test -m "this is a test" \
-s smtp.gmail.com \
-o tls=yes \
-xu my.account -xp mypasswd
With the appropriate values for -f, -t, -xu and -xp, the mail is sent
successfully and arrives as expected.
Good luck,
--j
signature.asc
Description: Digital signature

