mludvig / smtp-cli

The ultimate command line SMTP client
http://smtp-cli.logix.cz
187 stars 32 forks source link

1 connection, multiple e-mails #5

Closed jgcl closed 9 years ago

jgcl commented 9 years ago

There is the possibility of using a single connection for sending several emails with recipients and different messages? If so, how?

mludvig commented 9 years ago

If all the emails are the same you can send them to multiple recipients at once. But if the emails differ I'm afraid you'll have to run smtp-cli once for each email.

To speed things up you may want to use sendmail or postfix on the localhost - submit the emails to it with smtp-cli and let it deliver it on your behalf.