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