User Tools

Site Tools


it:oss:swaks

SWAKS

Versand einer eMail an mehrere Adressen

for i in recipient@example.invalid ; do swaks -s localhost -p 25 --from sender@example.invalid --h-From: '"First Sur" <sender@example.invalid>' --to recipient-bcc@example.invalid,$i --h-To: "$i" --h-Subject: 'subject line' -h-Content-Type: 'text/plain; charset="UTF-8"' -h-Content-Transfer-Encoding: '8bit'  -b ./file.txt ; done
it/oss/swaks.txt · Last modified: 2024-02-16 11:39 by strols