Quickly send emails with:
sendEmail -s 192.168.50.121 -t [email protected] -f [email protected] -u "test" -o message-content-type=html -o message-file=./template.html -a iCalendar.ics
-t | Recipient |
-f | Senders fake address |
-u | Subject Line |
-o | content - message-file=template.html |
-a | Attachment |
-s | SMTP Server Address |