DOS mail - specifying sender in -FROM field

This field specifies the e-mail address that will be displayed in recipient email client's FROM field. Specifying FROM field is a mandatory. Also, if -REPLYTO switch is not used, any possible replies from recipients will be sent to an email address specified with -FROM switch.

Command syntax:
  • febootimail -FROM john@sender.com
  • febootimail -FROM ""John Doe" <john@sender.com>"

-FROM switch allows to enter only one address. All recipients will see the sender information in FROM field.

C:\>febootimail -SERVER your.outgoing.server.com -FROM ""John Do" <john@sender.com>" -TO jack@recipients.com -MSG sending automatic e-mail with specified FROM field 

To indicate senders friendly name instead of just email address -FROM switch can be optionally supplemented with -FROMNAME. Or alternatively, -FROM command can be used alone with putting name of the sender in quotes before email address (e.g. -FROM ""John Doe" <john@sender.com>").

Related commands:

Please do not hesitate to contact our support department with any possible further questions or to solve practical issues connected with Command line email.