Changes between Initial Version and Version 1 of Ticket #21095, comment 9
- Timestamp:
- 02/20/2014 11:53:19 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21095, comment 9
initial v1 5 5 6 6 WP doesnt send html, it sends text but mail type (header) is changed to HTML. 7 7 {{{ 8 8 function html_laiskai(){ 9 9 return "text/html"; 10 10 } 11 12 11 add_filter( 'wp_mail_content_type','html_laiskai' ); 12 }}}