You are here

constant MAIL_RFC_2822_SPECIALS in Drupal 7

Special characters, defined in RFC_2822.

1 use of MAIL_RFC_2822_SPECIALS
drupal_mail_format_display_name in includes/mail.inc
Return a RFC-2822 compliant "display-name" component.

File

includes/mail.inc, line 19
API functions for processing and sending e-mail.

Code

define('MAIL_RFC_2822_SPECIALS', '()<>[]:;@\\,."');