How to send mails with URL with swaks
. For instance, how would you to send the following mail?
I tried without sucess
swaks -t [email protected] \
--body link<https://en.wikipedia.org/wiki/Main_Page>
Since it is what appear if we display the message as a raw message.
The email without the mime headers would come across as plain text. The mime headers make the message body gets seen as HTML.