| Newsgroups |
gmane.mail.blat |
| Message-ID |
<1104FEAB50864017B0E37C484E917F25@extensa> |
blat -h has it. At least in my version 3.25
BTW Google Guru says the following for how to setup your email client if using outlook.com server to send out emails (bold, red, big font by myself):
Overview: Outlook.com Server Settings
Outlook.com POP3 servers
Incoming mail server imap-mail.outlook.com
Incoming mail server port 993 (SSL required)
Outgoing (SMTP) mail server smtp-mail.outlook.com
Outgoing (SMTP) mail server port 587 (SSL/TLS required)
-----Original Message-----
From: [email protected] [mailto:[email protected]]
Sent: Monday, March 28, 2016 2:42 AM
To: [email protected]
Subject: RE: [blat] Fw: need help
Chip left out the port on his reply, and the blat documentation doesn’t show the IP:Port syntax
Mike Mattos
“To succeed in the world it is not enough to be stupid, you must also be well-mannered”
Voltaire
From: [email protected] [mailto:[email protected]]
Sent: March 27, 2016 6:15 PM
To: [email protected]
Subject: RE: [blat] Fw: need help
It will be 127.0.0.1:28 (assuming stunnel is running on same computer from where blat command is executed). You can also say localhost -port 28
Regards,
For Softools Middle East, A Dubai Based Company
Skand Bhargava
TAS2000 & HR2020: Serious Attendance & HR Systems
PO Box 14959, Dubai
Tel: +971 4 2680533, Mob: +971 50 6340258
-----Original Message-----
From: [email protected] [mailto:[email protected]]
Sent: Monday, March 28, 2016 1:15 AM
To: [email protected]
Subject: RE: [blat] Fw: need help
With stunnel listening on port 28,
is it
blat install 127.0.0.1 me@myaddress
or should it be
blat install 127.0.0.1:28 me@myaddress
or is it
blat install 127.0.0.1 me@myaddress * 28 *
Mike Mattos
“To succeed in the world it is not enough to be stupid, you must also be well-mannered”
Voltaire
From: [email protected] [mailto:[email protected]]
Sent: March 27, 2016 11:57 AM
To: [email protected]
Subject: Re: [blat] Fw: need help
Outlook.com requires a secure connection using SSL or TLS protocol. To get
around this, I use another program called stunnel from http://stunnel.org/
to provide the SSL / TLS portion. In this way, Blat is able to communicate
with email service providers, such as Outlook.com or Gmail.com.
If you use stunnel for SSL / TLS, then Blast must be told to use 127.0.0.1
as the SMTP server. Stunnel on your PC will listen to that IP address, and
open a secure connection to your actual SMTP server (Outlook.com) so Blat
can begin to communicate.
Getting stunnel installed is very easy, just answer some questions such as
your name and country, make sure that it starts with Windows, then edit the
configuration file to look similar to this list:
CAfile = cert.pem
cert = client.pem
client = yes
RNDfile = .rnd
sslVersion = TLSv1
fips = no
[outlook client]
accept = 127.0.0.1:28
connect = smtp.live.com:587
sslVersion = all
options = NO_SSLv2
protocol = smtp
--
Chip