Eric Smith writes:
> How may I best send an attachment to certain recipients and not others
> all receiving the the same email?
 
 Write the email message into a text file email.txt and

 $ mutt -s subject recip1 recip2 recip3 ... <email.txt
 $ mutt -s subject -a attachment.file recip5 recip6 recip7 ... <email.txt

 I can't think of a way to do all recipients with just one single command.
  • df Eric Smith
    • Lars Hecking

Reply via email to