[mew-int 2831] Re: smtp-ssl does not work for yahoo.
Tatsuya Kinoshita
tats at example.com
Thu Feb 11 12:11:41 JST 2010
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 "rubinglen at example.com")
> (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
More information about the Mew-int
mailing list