1

I am trying to configure mail sending using BLAT I use office 365,but due to some configuration issue I am having the problem of the following error

Subject: Contents of file: message.txt
Login name is yyyaa@xxxaa.com
*** Error ***  The SMTP server does not like the sender name.
*** Error ***  Have you set your mail address correctly?
Error: Connection to server was dropped.

The following commands I tried:

C:\blat>Blat C:/message.txt -to yyya@xxxaa.com -server outlook
.office365.com

Do I need to change the parameters that I am supplying?

Luke Girvin
  • 13,221
  • 9
  • 64
  • 84
Chio
  • 63
  • 1
  • 3
  • 7

1 Answers1

3

BLAT doesn't support SSL or TLS, and thus will not work with Office 365's SMTP server (smtp.office365.com). There are other command-line utilities you can use, instead - see 7 Command Line Utilities to Easily Send Email Using SMTP.

If you really want to stick with BLAT, see Microsoft's How to set up a multifunction device or application to send email using Office 365 for alternate options. You will not be able to do SMTP client submission, but the others can work - depending on your setup.

Andy Roid
  • 31
  • 3