github.com/ashishbhate/mattermost-server@v5.11.1+incompatible/templates/email_info.html (about)

     1  {{define "email_info"}}
     2  
     3  <td style="color: #999; padding-top: 20px; line-height: 25px; font-size: 13px;">
     4      {{.Props.EmailInfo1}}<a href='mailto:{{.Props.SupportEmail}}' style='text-decoration: none; color:#2389D7;'>{{.Props.SupportEmail}}</a><br>{{.Props.EmailInfo2}}<br>{{.Props.EmailInfo3}}<br>
     5  </td>
     6  
     7  {{end}}