[mew-int 2831] Re: smtp-ssl does not work for yahoo.
Tatsuya Kinoshita <[email protected]>
| Newsgroups | gmane.mail.mew.general |
|---|---|
| Message-ID | <20100211.121141.34399075.tats%[email protected]> |
On January 2, 2010, [mew-int 2790], rubinglen (at yahoo.com) wrote: > Unfortunately, I can only send mail through the gawab account using mew. I can successfully send mail through yahoo when I use an alternative email client. > > The only difference between the yahoo and gawab account is that yahoo uses ssl. Here is how I have mew configured for yahoo: [...] > (setq mew-smtp-ssl t) > (setq mew-smtp-user "[email protected]") > (setq mew-smtp-auth-list '("PLAIN" "LOGIN" "CRAM-MD5")) > (setq mew-smtp-port 465) > (setq mew-smtp-ssl-port 465) Try the following configuration. To use SSL: (setq mew-smtp-port "smtp") ;; default value (setq mew-smtp-ssl-port 465) ;; default value To use TLS: (setq mew-smtp-port "submission") (setq mew-smtp-ssl-port "submission") Though I don't have a yahoo.com account, the configuration works for Gmail. Thanks, -- Tatsuya Kinoshita