[an error occurred while processing this directive]

Как послать письмо с аттачем из shell
metasend -b -s "$SUBJECT" -f $TXTFILE -m text/plain -e none -n \
         -f $ATTFILE -m application/octet-stream -e base64 -t $MAILTO
  
mpack -s "$SUBJECT" -c application/octet-stream $ATTFILE $MAILTO
 
mutt -a $ATTFILE -s "$SUBJECT" $MAILTO < $TXTFILE
 
19.05.2003 , Автор: Vadim Fedorov , Источник: http://www.vadim.org.ua/index.php?c...
Ключи: file, shell, base64, mail, string, mutt, tex, pack, text, socket
Раздел:    Корень / Администратору / Сетевые сервисы / Mail, почта / Отправка и пересылка сообщений на уровне пользователя

[an error occurred while processing this directive]

[an error occurred while processing this directive]