how to use gmail smtp server for outgoing mail

Genes MailLists lists at sapience.com
Tue Jan 18 21:58:10 UTC 2011


  1) I deleted the thread before I realized I had something of possible
interest - so this reply may not be threaded correctly - sorry

  2) It can be tricky to get the correct authinfo matching name - the
name has to match any record returned by DNS - so you may need a
matching line for every host DNS returns for smtp.gmail.com - and
possibly for every alias ..

   e.g.

 % host smtp.gmail.com

smtp.gmail.com is an alias for gmail-smtp-msa.l.google.com.
gmail-smtp-msa.l.google.com has address 74.125.91.109

% host 74.125.91.109
109.91.125.74.in-addr.arpa domain name pointer qy-in-f109.1e100.net.

 You may possibly need a line matching qy-in-f109.1e100.net

 You will need a line for any hostname returned from the query
  'host smtp.gmail.com' - if there happens to be more than one for some
reason.

 I did not see any additional smtp hosts but it may be geographical too ...

  You may need therefore at least these ... possibly others:

  AuthInfo:smtp.gmail.com "U:user" "I:user" "P:secret" ...
  AuthInfo:smtp.gmail-smtp-msa.l.google.com "U:user" "I:user" "P:secret" ...

  etc ..

 gene/








More information about the users mailing list