You are here

constant INVISIMAIL_MAILTO_ASCII in Invisimail 7

Same name and namespace in other branches
  1. 6 invisimail.module \INVISIMAIL_MAILTO_ASCII
2 uses of INVISIMAIL_MAILTO_ASCII
invisimail_encoder_html_entities_encode in ./invisimail.module
Encoding callback for the html_entities encoder.
invisimail_encoder_js_entities_encode in ./invisimail.module
Encoding callback for the js_entities encoder.

File

./invisimail.module, line 3
This module provides a filter that will search content for email addresses and replace them with their ascii equivalents before display. This is not a complete protection from spam harvesters, but it is some help.

Code

define('INVISIMAIL_MAILTO_ASCII', 'mailto:');