Closed GoogleCodeExporter closed 8 years ago
Original comment by muq...@gmail.com
on 6 Dec 2013 at 1:13
Added a 5th filed with -attach to specify the encoding
type. The default encoding type is base64. If no encoding should be used,
specify the 5th field as "none". Also 4th field must be specified as "none"
if no content-id will be used. Eample:
-attach "file.txt,text/plain,a,blah.txt,none,none" -cs utf8
Original comment by muq...@gmail.com
on 7 Dec 2013 at 11:08
Hi
I got this error:
Error: Invalid string specified with -a
"filec.html,text/html,i,filec.html,none,none,none"
send_type='filec.html,text/html';
it's my command i use:
mailsend -from "$from" -smtp "$smtp" -auth-login -port "$port" -user "$user"
-pass "$pass" -sub "$subject" -log mail.log -d "$domain" -rt "$replayto"
-attach "$send_type,i,filec.html,none,none,none" -cs "UTF-8" -list "$list"
also i tried with
"$send_type,i,none,none,none"
Original comment by d.rikhte...@gmail.com
on 8 Dec 2013 at 5:08
also i tried
Error: Invalid string specified with -a
"filec.html,text/html,i,filec.html,none,none"
Original comment by d.rikhte...@gmail.com
on 8 Dec 2013 at 5:11
Maybe i should change something in smtp.c or change base64 with another things ?
it's not important for me it support base64 encode in this case
if i can change something that it doesn't encrypt and send email in normal html
my problem solved
Could you give me some thing do it? such as comment some line or change some
line ?
Original comment by d.rikhte...@gmail.com
on 10 Dec 2013 at 10:51
Original issue reported on code.google.com by
d.rikhte...@gmail.com
on 5 Dec 2013 at 6:56