Forum Discussion

Denizbaby's avatar
6 years ago

Send Email to self - option

Hi All,
         For testing Email template (Studio -> Text Editor -> E-mail Text ),  we have an option "Send Email to self". But while sending the email, the variable  name itself is displayed in the Email but can we get the variable value instead.

For Eg : 

Text received in Mail : ${notification.message.author.login} mentioned you in a post.

Expected Response  :   DVB mentioned you in a post.


Thanks In Advance.


Thanks,
             DVB

  • Denizbaby,

    Its not possible see variables values using "Send Email to self",  its only for testing purpose to check email text is configured correctly.

    One way around for this, You can check these email notifications in staging with the help of another user account and use the same scenario for which notification works to send emails like @mention , replies and Kudos to your posts . This will send you email notifications and you can easily see output of these variables.

    Also, Be careful not to remove variables included in the plain text or HTML fields. References like these pull in data from code behind the scenes to add in variable information such as a user's name or the subject line of a post. These variables could break the email display if altered or removed.