/ Published in: Bash
This command will email the contents of emailbody.txt to [email protected] with the subject My subject line.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
mail -s "My subject line" somebody@domain.com < emailbody.txt