stash email....

parent 0cd46b96
Pipeline #901 failed with stages
in 0 seconds
class ConfirmMailer < ApplicationMailer
def new_confirm_email
@email = params[:email]
mail(to: 'phuocht@zigexn.vn', subject: "You have to confirm")
end
end
<html>
<head>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
</head>
<body>
<p>You got a new order from <%= @email %>!</p>
<p>
Order details<br>
--------------------------
</p>
sdaasdsdaasd
<p>
Message:<br>
----------
</p>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment