Good Morning,
I have a problem sending email with Blat.
I tried using the debug option and I have this log
2023.01.18 08:53:39 (Wed)------------Start of Session-----------------
Blat v3.0.0 w/GSS encryption (build : Feb 17 2012 17:46:41)
<<<getline<<< 220 SMTP ESMTP ready
putline>>> EHLO cg-pippo.domain.it
<<<getline<<< 250-SMTP Hello cg-pippo.domain.lcl [192.168.1.110]
<<<getline<<< 250-SIZE
<<<getline<<< 250-8BITMIME
<<<getline<<< 250-PIPELINING
<<<getline<<< 250-PIPE_CONNECT
<<<getline<<< 250-CHUNKING
<<<getline<<< 250-STARTTLS
<<<getline<<< 250 HELP
Sending C:\share\provainvio.txt to pluto@recdomain.it
Subject: c:\share\soggetto
Login name is ivano@domain.it
putline>>> MAIL FROM:ivano@domain.it
<<<getline<<< 250 OK
putline>>> RCPT TO: pluto@recdomain.it
<<<getline<<< 550 Relay not permitted
The SMTP server does not like the name pluto@recdomain.it.
Have you set the 'To:' field correctly, or do you need authorization (-u/-pw) ?
The SMTP server response was -> 550 Relay not permitted
putline>>> QUIT
Error: Connection to server was dropped.
2023.01.18 08:53:41 (Wed)-------------End of Session------------------
Can You Help me?
Do you need to use the -u and -pw options, to log into the SMTP server?