2009-11-06 14:18 UTC
Hello !
After several try, i ask if it's possible to join a file (attach) with this ?
Here an example :
(dcl_ActivateEmail
"myemail@mydomain.fr"
(strcat
(strcat "subject=this is my test " $something)
"&body=so go on !
" (VL-PRIN1-TO-STRING &hereisacode)
)
)
other way, working only with thunderbird ::)
(command "_shell"
(strcat
"\""
"\"C:\\Program Files\\Mozilla Thunderbird\\thunderbird.exe\" -compose "
"\"to='"
$to
"',subject='"
$subject
"',body='"
"blablabla."
"',attachment='file:///" $file "'\""
"\""
)
if anyone has any idea ....
Best regards
After several try, i ask if it's possible to join a file (attach) with this ?
Here an example :
(dcl_ActivateEmail
"myemail@mydomain.fr"
(strcat
(strcat "subject=this is my test " $something)
"&body=so go on !
" (VL-PRIN1-TO-STRING &hereisacode)
)
)
other way, working only with thunderbird ::)
(command "_shell"
(strcat
"\""
"\"C:\\Program Files\\Mozilla Thunderbird\\thunderbird.exe\" -compose "
"\"to='"
$to
"',subject='"
$subject
"',body='"
"blablabla."
"',attachment='file:///" $file "'\""
"\""
)
if anyone has any idea ....
Best regards