muquit / mailsend-go

mailsend-go is a multi-platform command line tool to send mail via SMTP protocol
Other
166 stars 16 forks source link

Some Issues #21

Closed bostonbob closed 4 years ago

bostonbob commented 4 years ago

Hi, I appreciate too much your job since, mailsend. Now with this new version I have problems, I trust you can help me to solve them. 1- AVG reveal it like a malware , I switched off him to try mailsend-go. 2- I need mailsend-go for a very simple use. My syntax is: mailsend-go -smtp mysmtp -from myaddress -to addressOfReciever auth -user myusername -pass mypass -sub Hello -msg BestRegards . It doesn t work. I'm looking forward your reply. Thank you so much.

muquit commented 4 years ago

The last arg should be body -msg "message" Thanks.

bostonbob commented 4 years ago

Thank you for your quickly reply. I will try to fix this tomorrow morning and I will let u know if it works. Thank u so much !

bostonbob commented 4 years ago

I adjust with body -msg, but when I launch, it says : ERROR: dial tcp xx.xxx.xxx.xxx:0: connectex: The requested address is not valid in its context. What can I do?

bostonbob commented 4 years ago

Ok man, I adjust one thing, and now works ! Awesome , thank you very much.