Mailto
MailToFormat¶
To encode an e-mail address like sean@example.com, one could simply encode hola@2am.tech. However to ensure it is
recognized as an e-mail address, it is advisable to create a proper mailto: URI from the address:
mailto:hola@2am.tech.
This class helps to enforce the above rule.