text/html mode
From [email protected] on August 01, 2013 06:03:24
What steps will reproduce the problem? 1. -cs option 2. 3. What is the expected output? What do you see instead? Mail in HTML format What version of the product are you using? On what operating system? 1.16 Please provide any additional information below. I would like to send mail in html format . If I attach html code with -attach option it works
Original issue: http://code.google.com/p/mailsend/issues/detail?id=16
From [email protected] on August 03, 2013 07:18:00
in version v1.17b12 (Unix) i use this and works: mailsend -from [email protected] -smtp mail.mydomain.com -auth-login -port 25 -user [email protected] -pass ***** -sub "mySubject" -log mail.log -d mydomain.com -rt [email protected] -attach "file.html,text/html,i" -cs "UTF-8" -t [email protected]
From [email protected] on August 04, 2013 20:11:58
Attach file works well . If I am adding contents using -M it doesnt comes in HTML
From [email protected] on October 19, 2013 17:42:06
Does the input of -M is non-ascii? If so, try the option -enc base64 (available in v1.17b13). Thanks.
From [email protected] on December 08, 2013 16:37:15
Latest code in svn (1.17b15) has option to encode one line message or not, default is to encode to base64, so if -en "none" is used, they will left as it is. This version also has option to encode attachment or not with fifth field with -attach.