• Resolved Pat

    (@patrickhaond)


    Hi there.
    I am trying your plugin which seem great.

    I want to override the email notification sent to a new user when it is first created.
    It seems to work fine but the links.
    I want to keep a link to reste password so I used shortcode[password_url].
    But when the new user get the email notifiation he can’t click on the link, it is only text, but I checked I allowed HTML format for the notification email…

    Thanks in advance for any help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bnfw

    (@voltronik)

    Hi @patrickhaond,
    Thanks for your message.

    Not all email clients pre-format URLs as clickable links.
    You can create a proper link however, using the following code: <a href="[password_url]">[password_url]</a>
    That should wrap the URL in a link with the same URL which should make it clickable.

    Let me know if this helps.

    Thread Starter Pat

    (@patrickhaond)

    Thanks @voltronik it works fine!

    By the way, for each new notification there is a buton Send me a Test Email.
    But for my New User notification, when I try that Test Email it doesn’t help a lot because it send me an email with all shortcodes so I can’t really test the result.

    Plugin Author bnfw

    (@voltronik)

    Hi @patrickhaond,
    Glad you got it working.

    Yes, that button is usually more useful on some of the other notifications but it does allow you to view formatting, etc. for each notification.

    Thread Starter Pat

    (@patrickhaond)

    Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.