mailsend icon indicating copy to clipboard operation
mailsend copied to clipboard

A program to send mail via SMTP from command line

Results 88 mailsend issues
Sort by recently updated
recently updated
newest added

Without the change parallel instyalls occasionally fail as: > install flags: -j16 install > install -c -m 644 doc/mailsend.1.gz $out/share/man/man1 > install: cannot create regular file '$out/share/man/man1': No such file...

Hi, I'm currently trying to use the static analysis tool [Infer](https://fbinfer.com) to find uncatched API-misuse bugs in OpenWrt packages, and I find a potential Format String bug in your project,...

Hi, I'm currently trying to use the static analysis tool [Infer](https://fbinfer.com) to find uncatched API-misuse bugs in OpenWrt packages, and I find a potential Buffer Overflow in your project, version...

I'm trying to send an email from a gmail account. Don't know why it fails. Any suggestions? I know my user ID and password are ok because when I put...

Hello Sir: I use mailsend program to send e-mail, but not work for smtp.gmail.com. The following (1) and (2) are smtp server info when I send command via Show server...

Hello, Love your program. I am using mailsend v1.19 compiled with OpenSSL. Sending email through my Gmail account works if I turn on allow access for less secure apps. Without...

I try to compile it and I get the following error: mutils_time.c:26:8: error: call to undeclared function 'gettimeofday'

in my mailsend command line, it ends with -msg-body "d:/perl/nplmail.20528.txt" -attach "d:/perl/nplmailattach.20528.txt" -v -show-attach The files for the attachment is there [I've double checked] but nothing is attached to my...

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...

I find it quite surprising that there seems to be no way to pipe the message body to `mailsend` on it's `stdin`. This is a **very** common paradigm for mail...