• Resolved SomebodyWithAName

    (@dreamwire)


    Hi,

    When you have ‘Email notification’ on then the user will get his information trough email, thats great.

    But is it possible to change the email title? Now its: [domain.com] New user and i like to spice it a little bit up.

    Kind Regards,

Viewing 1 replies (of 1 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @dreamwire,

    In the emails sent by this plugin you have some filters to do it.

    $adminemail = apply_filters( "clean_login_admin_email_notification_email", $adminemail);
    $message = apply_filters( "clean_login_admin_email_notification_content", $message);
    $subject = apply_filters( "clean_login_admin_email_notification_subject", $subject);

    But this message is not from this plugin I think: [domain.com] New user

    I think this is an email sent by WordPress.

Viewing 1 replies (of 1 total)
  • The topic ‘Change the email title?’ is closed to new replies.