テキストメールコピー機能について | Community
Skip to main content
June 21, 2017
New

テキストメールコピー機能について

  • June 21, 2017
  • 2 replies
  • 2704 views

HTMLメールを作ってから、テキストメールをコピーする際(HTMLからのコピーの機能)ですが、

<[[xxxx.com/XXXX/]]>

のようなフォーマットでURLが挿入されますが、

>の部分がスマホの機種(今回だとギャラクシー)によってはURLの一部だと認識されるようです。

xxxxxx.com/XXXX/> がURLと認識されるようです。

そのため一部の機種でテキストのリンクがうまく機能しないようです。

テキストからのコピーに関しては<>をつけない、

または< [[xxxx.com/XXXX/]] >のように<>の間に

半角スペースを追加する仕様がいいと思います。

2 replies

SanfordWhiteman
Level 10
June 21, 2017

I agree. Wrapping in <> is obsolete notation. I don't know of any modern email client that does not recognize the plain URL (as long as it does not have trailing characters like a ".").

Justin_Cooperm2
Level 10
June 28, 2017

How would a text-only user differentiate between a fully formed URL in text and a linked piece of text?

SanfordWhiteman
Level 10
June 29, 2017

My text-only client automatically assumes URL-like patterns are clickable links. Google does the same. It may not be fully universal but enclosing in <> isn't standard, either.

February 6, 2020
No text available