How to add comment and organization fields for Windows Command line e-mailer?
ORGANIZATION or ORG: adds sender's organization to the email.
COMMENT: adds message comment to the email.
Example: sending email message with -COMMENT parameter.
C:\>febootimail -FROM david@sender.com -TO cmd@dos-mail.com -TEXT Command line e-mailer is able to send email messages with comment field specified! -COMMENT This is a mail comment Example: ending email message with -ORGANIZATION parameter.
C:\>febootimail -FROM david@sender.com -TO cmd@dos-mail.com -TEXT "Another e-mail messages sent with organization field specified!" -ORGANIZATION Your company name Note: in command line email examples above, localhost (127.0.0.1) is used as SMTP mail server. If you are not using Febooti Command line email on server and, if there is no local SMTP server, specify SMTP server using -SMTP parameter. If SMTP server authentication is required, use -AUTH, -USER and -PASS parameters.
Example: authenticate with external SMTP mail server.
C:\>febootimail -FROM david@sender.com -TO cmd@dos-mail.com -SUBJ Authentication & Comment & Organization -TEXT "Sending DOS e-mail message with both Comment and Organization field specified" -SMTP email.server.com -AUTH AUTO -USER david -PASS ********** -COMMENT Email comment -ORGANIZATION Your company name - Febooti Command line email utility parameters.
- Please don't use this tool to send Unsolicited Commercial Email (SPAM).
Please do not hesitate to contact our support department with any possible further questions or to solve practical issues connected with Command line email.