-1
メールの送信中にメールの末尾にロゴを付けたい。メールでロゴを挿入するには?
user_confirmation.html.erb - - 私は上記のコードで同様の画像を送信することができますどのように
<!DOCTYPE html>
<html>
<head>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
</head>
<body>
<h4>Confirmation Email</h4>
<p>
<td> Welcome in HRMS of <%= @emp.company.name %> !!
This is to inform you that your default password is <b><%= @password %></b>
You can change your password.</td>
</p>
</body>
</html>
以下は私のメーラーコードが employee_mailer.erbです。
あなたの電子メールのhtmlにimgタグのロゴの絶対URLを指定するだけです。 – Surya