c:\Program Files (x86)\LazSolutions\LSSendMail>lssendmail.exe --help
Available parameters:
--about, Show information about the project.
-h, --help, Show this text.
--checkopenssl, Show if have SSL support.
-debugmode, Debug mode shows information of MIME without send e-mail, e
.g: -debugmode=debug.txt
-attempt, Define all attemps to try send mail, e.g: -attempt="3". Def
ault is 3.
-from, Set (may be your name).
-to, Set destinations, e.g: -to="
[email protected];mail2@host.
com".
-cc, Set destinations, e.g: -cc="
[email protected];mail2@host.
com".
-bcc Set destinations, e.g: -bcc="
[email protected];mail2@hos
t.com".
-subject, Set string.
-message, Set string. You can also encode strings in URL fo
rmat, e.g: Silvio%20Cl%C3%A9cio = Silvio Cl+®cio.
-messagefile, Set string from file, e.g: -messagefile="message.
txt"
-attached, Set . To send more than one attached, separate by
semicolons, e.g: -attached="attached1.txt;attached2.txt".
-messagetype, Set message type, e.g: -messagetype=txt for TXT message, or
-messagetype=html for HTML message.
-priority, Set the priority option, use the following options: unknown
, low, normal, high. Unknown is default.
-confirmreading, Set confirmation to reading for your e-mail. Use y to True,
or n to False.
-user, Set SMTP user.
-password, Set SMTP password.
-host, Set SMTP host.
-port, Set SMTP port.
-ssl, Set SMTP SSL. Use y to True, or n to False.
-tls, Set SMTP TLS. Use y to True, or n to False.
--version, Show project version.
To see more details or report bugs, visit:
Enjoy!
Deve ser esse:
-attached, Set . To send more than one attached, separate by
semicolons, e.g: -attached="attached1.txt;attached2.txt".