mailsend
mailsend copied to clipboard
A program to send mail via SMTP from command line
Hello i want to send a custom email to each recipient for example my email body files is body.html i will putt placeholder for example for email address #email# and...
I tried `-H "Return-Path: [email protected]; Reply-to: [email protected]"` `-H "Return-Path: [email protected]" -H "Reply-to: [email protected]"` but I can't figure out how to add both headers. One works just fine
I have a multi line text file that is created using a batch file. When i use the -msg-body ".\reports.txt" option the body text in the message is not formatted...
Hi, many thanks for your work... I need help, because I'm quite sure I've followed this example to send my email through smtp.gmail.com: https://github.com/muquit/mailsend/blob/master/doc/examples.mediawiki#starttls--authentication Nevertheless, I receive this error (I...
While trying to figure out how to log on using two factor authentication (which I still cannot seem to do) I've noticed the following problems. If password not accepted the...
Good morning I really like your Linux program MAILSEND. I have been in trouble for weeks because I'm not able to cross-compile and build it for my NETGEAR DGN2200V1 router...
hi i would like to show an html file as message body in previous version i use this command to do that: mailsend -from "[email protected]" -name "iiiWe.com" -smtp "mail.mysite.com" -auth-login...
Error: AUTH LOGIN failed: '535 Incorrect authentication data: authentication failed — since 09.04.2015. Maybe autentification methods were changed on mail.ru?
From my testing: if you create an email with three -M "text line" in V1.17b14 you get 3 lines in the body. In V1.17b15 you get the first line in...
I'm trying to send an atachment by this command, but I get always the attachment as inline, and not attached to the email: mailsend -smtp smtp1.xxx.it -user xxx -pass xxx-disposition...