Does anyone know how to use the l() or url() function to create mailto links?
I am running drupal 6.
A good practice is to use the t() function with strings. Code should be then:
l(t('Mail me'), 'mailto:jim@hotmail.com', array('absolute' => TRUE));