Re: Blat + stunnel + smtp-mail.outlook.com
| Newsgroups | gmane.mail.blat |
|---|---|
| Message-ID | <62D246A146F14C6D8B9866C5BA624726@chip> |
> hello .. > > someone here has used this setting to send email by outlook.com ... > > I can not and the smtp.live.com. > > without someone succeeds, put the configuration stunnel.conf > > thank you JC, Here is a copy of stunnel.conf that works for me. Copy the lines between "Start" and "End" and paste them to your own copy of stunnel.conf. To use this, tell Blat to use "-server 127.0.0.1:26" when you want to send to Live.com server. Chip --------- Start of stunnel.conf ------ CAfile = cert.pem cert = client.pem client = yes RNDfile = .rnd sslVersion = TLSv1 fips = no [hotmail smtp] accept = 26 connect = smtp.live.com:587 protocol = smtp [hotmail pop3] accept = 111 connect = pop3.live.com:995 [gmail smtp] accept = 27 connect = smtp.gmail.com:587 protocol = smtp --------- End of stunnel.conf ------