Make-Mailto-Url

(make-mailto-url user host) -> mailto-url

Given two strings, will return a <mailto-url>.

Example:

>> (make-mailto-url "ejordan" "ephemeralsecurty.com")
:: [mailto-url "ejordan" "ephemeralsecurty.com"]