muquit / mailsend

A program to send mail via SMTP from command line
Other
295 stars 68 forks source link

text/html mode #16

Open muquit opened 10 years ago

muquit commented 10 years ago

From ratheesh...@gmail.com 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

muquit commented 10 years ago

From danial.r...@gmail.com on August 03, 2013 07:18:00

in version v1.17b12 (Unix) i use this and works: mailsend -from mail@mydomain.com -smtp mail.mydomain.com -auth-login -port 25 -user mail@mydomain.com -pass ***\ -sub "mySubject" -log mail.log -d mydomain.com -rt mail@mydomain.com -attach "file.html,text/html,i" -cs "UTF-8" -t recipient@yahoo.com

muquit commented 10 years ago

From ratheesh...@gmail.com on August 04, 2013 20:11:58

Attach file works well . If I am adding contents using -M it doesnt comes in HTML

muquit commented 10 years ago

From muq...@gmail.com 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.

muquit commented 10 years ago

From muq...@gmail.com 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.

muquit commented 10 years ago

From muq...@gmail.com on December 10, 2013 20:01:14

Status: Accepted