lenawu/mak-169

View on GitHub
app/views/user_mailer/welcome_email.html.erb

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
  <head>
    <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
  </head>
  <body>
    <h1>Welcome to Mak, <%= @user.email %></h1>
    <p>Thanks for joining and have a great day!</p>
  </body>
</html>