Top Google Search Results
- wp_mail_charset Wordpress hook details -- Adam Brown, BYU ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - trouble with order confirmation e-mails (cyrillic) « Quirm.net forums
... $charset = get_bloginfo( 'charset' ); // Set the content-type and charset $ phpmailer->CharSet = apply_filters( 'wp_mail_charset', $charset ); ... - Do I have to override the wp_mail() pluggable function with writing a ...
Oct 24, 2011... Set the content-type and charset $phpmailer->CharSet = apply_filters( ' wp_mail_charset', $charset ); do_action_ref_array( 'phpmailer_init', ... - Function Reference/wp mail « WordPress Codex
... a header like "content-type: text/html". The default charset is based on the charset used on the blog. The charset can be set using the 'wp_mail_charset' filter.