[wp-trac] [WordPress Trac] #21095: Reset password link is in < RESET_URL > - Gmail does not show it.

WordPress Trac wp-trac at lists.automattic.com
Thu Jun 28 12:03:52 UTC 2012


#21095: Reset password link is in < RESET_URL > - Gmail does not show it.
--------------------------+------------------------------
 Reporter:  tommix        |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Users         |     Version:  3.4
 Severity:  normal        |  Resolution:
 Keywords:  close         |
--------------------------+------------------------------

Comment (by tommix):

 Replying to [comment:8 dd32]:
 > > enable HTML mails in WP
 >
 > WordPress does not send HTML emails at present. How are you enabling
 HTML emails in the first place?

 WP doesnt send html, it sends text but mail type (header) is changed to
 HTML.

 function html_laiskai(){
     return "text/html";
 }

 add_filter( 'wp_mail_content_type','html_laiskai' );

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/21095#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list