Open patricktokeeffe opened 2 years ago
I like that your app correctly passes-thru multiple email address when handling mailto: links. (It saved me a lot of unnecessary testing - thank you!)
However, fyi, the cc and bcc parameters are silently ignored and could be handled better.
cc
bcc
I like that your app correctly passes-thru multiple email address when handling mailto: links. (It saved me a lot of unnecessary testing - thank you!)
However, fyi, the
cc
andbcc
parameters are silently ignored and could be handled better.