ssmtp

example d'envoi de mail html :
echo “HTML formatted message goes here like <b>Bold</b><br /><i>Italic</i>” | mail -s “$(echo -e 'Subject \nContent-Type: text/html\nMime-Version: 1.0')” fromEmail@domain.com toemail@domain.com

  • ssmtp.txt
  • Dernière modification : 2022/12/02 05:46
  • de admin_wiki