muquit / mailsend

A program to send mail via SMTP from command line
Other
294 stars 68 forks source link

Error: MAIL FROM failed #159

Open isMTv opened 2 years ago

isMTv commented 2 years ago

Hey! Faced this error: Error: MAIL FROM failed: '503 5.5.4 Error: send AUTH command first.

Used this command: Everything worked fine for ~ 2.5 years! > mailsend1.19.exe -t to@ -f from@ -ssl -port 465 -auth-login -smtp smtp.yandex.ru -sub Theme-Mail -user user@ -pass p@ss -cs utf-8 -M Text -log mailsend.log

Switched to a new version of mailsend-go. Thanks ;)