Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Plaintext Component on Emails #214

Closed
nickbarnwell opened this issue Sep 21, 2014 · 1 comment
Closed

Include Plaintext Component on Emails #214

nickbarnwell opened this issue Sep 21, 2014 · 1 comment
Labels

Comments

@nickbarnwell
Copy link

See https://github.com/plataformatec/markerb#markerb.

We're not including the

mail(...args) do |format|
  format.text
  format.html
end

in our mailers and thus not including a plaintext part. Woops. It's just a rote change across all the mailers

@ankitshah811
Copy link
Member

LOL this should definitely be fixed

nickbarnwell pushed a commit that referenced this issue Oct 1, 2014
Fixes #214

Conflicts:
	app/mailers/attendance_mailer.rb
	app/mailers/tea_time_mailer.rb
	app/mailers/user_mailer.rb
nickbarnwell pushed a commit that referenced this issue Jun 6, 2015
Fixes #214

Conflicts:
	app/mailers/attendance_mailer.rb
	app/mailers/tea_time_mailer.rb
	app/mailers/user_mailer.rb
nickbarnwell pushed a commit that referenced this issue Jun 6, 2015
Fixes #214

Conflicts:
	app/mailers/attendance_mailer.rb
	app/mailers/tea_time_mailer.rb
	app/mailers/user_mailer.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants