Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
電子メールの送信を容易にするために premailer gem を使用しています。特定の種類の電子メールの 1 つとして、私は常に平文を送信する必要があります。
premailerにそれを強制するにはどうすればよいですか?
.html.erbテンプレートを削除すると、プレーンテキストのメールのみが自動的に送信されます。
CodeIgniter のアンカー タグを使用してリンクを生成しています
私のビューで使用しているコードは次のとおりです。
<?=anchor('blog/post/'.$row->id,$row->title);?>
上記のコード