Title: email confirmation bug reports
Last modified: February 25, 2017

---

# email confirmation bug reports

 *  [darekk2](https://wordpress.org/support/users/darekk2/)
 * (@darekk2)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/email-confirmation-bug-reports/)
 * This is very useful and good plugin, but the usersubmission.php file contains
   few bugs.
 * 1) Characters other then Latin 1 are visible as strange spiders.
    2) Email confirmation
   does not contain subject.
 * I made some workarounds in my webpage:
    1) replaced $headers .= “Content-type:
   text/html; charset=iso-8859-1\r\n”; by: $headers .= “Content-type: text/html;
   charset=utf-8\r\n”;
 * 2) added one more
    if ( ! isset( $emailtitle ) || $emailtitle == ” ) { $emailtitle
   = ‘WordPress Link Library plugin message’; } just before: wp_mail( $adminmail,
   $emailtitle, $emailmessage, $headers );
 * They work, but perhaps they are incorrect. Especially 2nd, because there is something
   wrong in a preceeding code and that should be fixed somehow.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Yannick Lefebvre](https://wordpress.org/support/users/jackdewey/)
 * (@jackdewey)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/email-confirmation-bug-reports/#post-8849613)
 * I agree with your first point and have incorporate that fix in an update I just
   pushed out. For your second point, what is missing is a check if moderationnotificationtitle
   is empty in the first condition. If you have no title and that field is empty,
   you end up without a title. I fixed that as well.
 *  Thread Starter [darekk2](https://wordpress.org/support/users/darekk2/)
 * (@darekk2)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/email-confirmation-bug-reports/#post-8849731)
 * Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘email confirmation bug reports’ is closed to new replies.

 * ![](https://ps.w.org/link-library/assets/icon-256x256.jpg?rev=971117)
 * [Link Library](https://wordpress.org/plugins/link-library/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/link-library/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/link-library/)
 * [Active Topics](https://wordpress.org/support/plugin/link-library/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/link-library/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/link-library/reviews/)

## Tags

 * [email confirmation](https://wordpress.org/support/topic-tag/email-confirmation/)

 * 2 replies
 * 2 participants
 * Last reply from: [darekk2](https://wordpress.org/support/users/darekk2/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/email-confirmation-bug-reports/#post-8849731)
 * Status: not resolved