Você pode usar sendmail
ou "sendmail idêntico" fornecido por postfix / exim / ....
/usr/sbin/sendmail -i -- $recipients < message_file
-i
- não trata linhas com pontos principais especialmente
Você pode usar mais "sendmail look" exótico (por exemplo, fornecido por msmtp
) para enviar via outro host smtp sem configuração "ampla do sistema". msmtp
é distribuído no debian então é provável que seja incluído em outras distribuições linux.
Package: msmtp (1.6.6-1)
light SMTP client with support for server profilesmsmtp is an SMTP client that can be used to send mails from Mutt and probably other MUAs (mail user agents). It forwards mails to an SMTP server (for example at a free mail provider), which takes care of the final delivery. Using profiles, it can be easily configured to use different SMTP servers with different configurations, which makes it ideal for mobile clients.