send separate cmd email to multiple individual recipients

-TOEACH or -SPLIT cmd email command allows sending the same email to many recipients at once, yet separate email is delivered to each individual recipient. The command both facilitates email sending by replacing the need for batch file or address preprocessing and increase sending efficiency by connecting to SMTP server only once.

Command syntax:
  • febootimail -TOEACH -TO -USEFILE "C:\My cmd email\recipients.txt"
  • febootimail -SPLIT -TO email@cmd.com; cmd@mail.com

When multiple recipients are specified in -TO field, febooti Command line email connects to SMTP server only once and sends one email that will be delivered to all specified recipients. On the other hand, when batch file is used to send a separate message to each recipient, Command line email connects to server as many times as there are recipients.

C:\>febootimail -SERVER smtp.server.com -FROM john@sender.com -TO -UF "C:\My cmd email\recipients.txt" -SPLIT -TEXT "Send mail from cmd (command line) to each recipient separately - recipients will receive personalized e-mail message." -LOG email-cmd-log.txt 

Possible content of "C:\My cmd email\recipients.txt" file, which is used to specify email recipients:

john@sender.com (John Sender)
febooti software <sales@febooti.com>
email@cmd.com 

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