How to disable an email link?

前端 未结 7 2034
迷失自我
迷失自我 2020-12-31 09:22

I am using Ruby on Rails 3 and I would like to disable an email address link in a HTML email.

For example, if in an email I send some raw HTML like

7条回答
  •  一生所求
    2020-12-31 10:20

    Reading all answers, I tried this in a Joomla article and it worked:

    This is the email address: youremail@domain.com

    Result:

    This is the email address: youremail@domain.com

    Worked on Chrome and Firefox.

提交回复
热议问题