We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently need to maintain 4 different copies of each e-mail type we send:
This issue is to reduce the duplication, by using something like markerb (http://blog.plataformatec.com.br/2011/06/multipart-templates-with-markerb/), to handle e-mail with some kind of markup and let the gem generate the html and text to make it more maintainable.
The text was updated successfully, but these errors were encountered:
Progress on #33: refactoring EmailNotifications class
48a9621
Since we've been living with this since 2012, this is clearly not that big of a deal.
Sorry, something went wrong.
dtsato
No branches or pull requests
We currently need to maintain 4 different copies of each e-mail type we send:
This issue is to reduce the duplication, by using something like markerb (http://blog.plataformatec.com.br/2011/06/multipart-templates-with-markerb/), to handle e-mail with some kind of markup and let the gem generate the html and text to make it more maintainable.
The text was updated successfully, but these errors were encountered: