Skip to content

Instantly share code, notes, and snippets.

@catoidrobo
Last active February 26, 2016 04:47
Show Gist options
  • Select an option

  • Save catoidrobo/59f495476e3498e1f561 to your computer and use it in GitHub Desktop.

Select an option

Save catoidrobo/59f495476e3498e1f561 to your computer and use it in GitHub Desktop.
HTMLからメーラーを起動、件名を自動入力
<a href="mailto:hogehoge@example.com?subject=【問い合わせ 】商品番号114514">お問い合わせはこちら</a>
<!--
送信先 : hogehoge@example.com
件名 : 【問い合わせ 】商品番号114514
となる
コンタクトフォームのほうがスマートかも
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment