1.15b5 - New flag '-name "Your Name"' can be used to add your name in the From header, e.g. -f jdoe@example.com -name "John Doe" will create the From header as: From: John Doe (Apr-24-2007) - Changed >> to [C] and << to [S] in debug output to represent Client and Server respectively. (Apr-25-2007) - The flags '-d domain' is not mandatory anymore. If not specified "localhost" will be used as domain in HELO or EHLO. (Apr-25-2007) 1.15b4 - When using -info and -smtp, message was wrong. - Greetings can be multi line. Thanks to Keith B Smith. - Some server don't say ESMTP in the greetings, but still supports it. In that case force EHLO with -esmtp. Again Thanks to Keith B Smith. - The flag -ex is now -example. (Mar-18-2007) 1.15b3 - Compiled on Windows with openssl 0.9.7l. - If addresses are specified in a file with -l, do not ask for To. Addresses int he file not not validated howerver. 1.15b2 - New flag -ex show examples. - New flag -info to show SMTP server info. - Few bug fixes (Feb-18-2007) 1.15a - Added support for AUTH CRAM-MD5, AUTH PLAIN and AUTH LOGIN autentication. (Feb-17-2007) - Added support for AUTH PLAIN (Feb-11-2007) - The flag "-a" is changed to "-attach" (Feb-11-2007) - The flags "-m" is gone. There is no need for it anymore, as attachment type can be changed with i or a with the flag -a. If you want a "body" text, specify it with -a "file.txt,text/plain,i" as the first attachment. (Feb-11-2007) - STARTTLS support. If the SMTP server supports it, enable it in mailsend with flag "-starttls". (Feb-11-2007) (Feb-11-2007) v1.14 - Content-disposition can be changed to attachment or inline. Example: -a "file.gif,image/gif,i". The default is attachment. -a "file.gif,image.gif,a" is same as a "file.gif,image/gif" (Feb-06-2007) - Bcc was broken (Nov-03-2006) v1.13 - If no subject is specified with -sub, it'll be empty. Before the default subject was "hello!" (Jun-25-2006) - The flag -M was broken. Thanks to Amnon S for reporting it. (Jun-25-2006) - For text attachments, Content-Disposition was always inline. Now it'll be attachment. Thanks to Danny Casier. (May-21-2006) v1.12 - mailsend was not adding Date header. Some SMTP servers does not add it either. Now by default it'll add the Date header (make sure your clock is set properly). If you don't want mailsend to add Date header, use the flag +D. Thanks to Mr S J Hannan for the bug report. (May-20-2006) v 1.11 - Attachment seperator character is changed to a , from :. Because in Windows drive is specified with :. Thanks to Jeppe Teglgaard Mohr for pointing it out. Example: -a "c:\file.gif,image/gif" (Apr-23-2006) - The flag -m is back. This option can be used to attach a text or html file as a blody (inline). Example: -m "file.html,text/html". It is the caller's responsibily to make sure file type is correct. mailsend will not verify if the file is binary or text. (Apr-23-2006) - New flag -rrr to request read receipts. Suggested by marc hubaut. (May-14-2006) - New flag -rt to add Reply-To header. (May-14-2006) v 1.10 - If the attachment type was text/plain, was not added after Content-Disposition line which caused attachment to be ignored by some mail readers. Thanks to Andrés Ghigliazza for pointing it out. (Apr-02-2006) - added a new flag -cs to specify the character set for text/plain attachment. The default is us-ascii. But if you need some other type e.g. "ISO-8859-1", you can use this flag. Thanks to Andrés Ghigliazza for the suggestion. (Apr-02-2006) - For Cc or Bcc the flags must be at least -cc and -bc (Apr-02-2006) v1.09 - new flag -w to wait for Carriage Return after sending the mail. (Mar-29-2006) v1.08 - remove mailto: from To field. Now the program can be used (if configured) as the external mailsender from web browsers when clicked on the mailto link. (Mar-26-2006); v1.07 - The flag -m is gone. Any kind of file can be attached with -a. - One line message can be attached at the top with -M along with other attachment. Thanks to Smeeta Jalan for the patch. - srand() was not called, so the MIME tag was always the same. (Mar-19-2006) v1.06 - The flag -y is gone. Now multiple attachments can be specified with -a. Example: -a file.txt:plain/text -a file.gif:image/gif -a file.jpg:image/jpeg - new flags +b, +c - when stdin is greater than BUFSIZ such that a "." is encountered in the middle of a line at just the right point there was a bug that would treat that as a "." at the beginning of the line and stop taking input. Patch sent by Mike Yang. (Aug-20-2005) - qmail compatibily patch sent by Vinicio Montagnoli. (Aug-20-2005) v1.05 - ported to Unix. (Feb-24-2004) v1.04 - Added Content-Disposition: attachment; filename="xyz". So that the name of the attachment shows up in the mail. (Jul-09-2003)