Gnus development mailing list
 help / color / mirror / Atom feed
* gnus smtp and gmail app specific permissions
@ 2012-01-20 10:35 Richard Riley
  2012-01-20 12:34 ` Richard Riley
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Riley @ 2012-01-20 10:35 UTC (permalink / raw)
  To: ding


Any of you have a solution that works with smtpmail sending that sets up
an app specific password for gmails smtp server?

I have a setup using the multismtp selection from here:

http://www.emacswiki.org/emacs/MultipleSMTPAccounts

with the difference I set up my smtp accounts thus:-


,----
|  (setq smtp-accounts '(
|                        (ssl "rileyrg" "smtp.gmail.com" "587"
|                             "(nth 0 (auth-source-user-and-password \"rileysmtp\"))" "(nth 1 (auth-source-user-and-password \"rileysmtp\"))" nil)
|                        (ssl "shamrock" "smtp.gmail.com" "587"
|                             "(nth 0 (auth-source-user-and-password \"shamrock\"))" "(nth 1 (auth-source-user-and-password \"shamrock\"))" nil)
|  ))
`----

and then eval the user and password in the  set-smtp-ssl function. But
I'm confused because apparently smtpmail-auth-credentials isnt used for
ssl, so why is it set in that function?

Ideally a simple working sample of setting smtpmails "authentication"
variables in elisp would do.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-31  6:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-20 10:35 gnus smtp and gmail app specific permissions Richard Riley
2012-01-20 12:34 ` Richard Riley
2012-01-21 15:10   ` Richard Riley
2012-01-21 20:34     ` Leonidas Tsampros
2012-01-30 12:24       ` Richard Riley
2012-01-31  6:51       ` Richard Riley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).