Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
application_mailer.rb 1.95 KB
audit_mailer.rb 908 Bytes
host_mailer.rb 2.55 KB
user_mailer.rb 521 Bytes

Latest revisions

# Date Author Comment
9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

3cd8c84b 04/11/2018 07:21 AM Michael Moll

Fixes #19787 - Fix Layout/SpaceAfterComma cop

85021506 04/05/2018 11:56 AM Michael Moll

Fixes #19839 - Fix Rails/Present cop

20b2ec5b 04/05/2018 11:56 AM Michael Moll

Fixes #22331 - Fix Rails/Presence cop

da9865b8 01/15/2018 04:28 PM Michael Moll

Fixes #19907 - Configure Style/TernaryParentheses cop

cd68b208 06/19/2017 06:11 AM Marek Hulán

Fixes #20017 - mail notifications work for global admins

d80e2430 05/27/2017 04:16 AM Daniel Lobato Garcia

Fixes #16159 - Rename mail alerts to not be Puppet specific

Right now, under 'my account', users get emails with alerts about the
status of their hosts regarding configuration management (e.g: if there
was an error, get an alert, or get a weekly summary of all hosts...

5a8f4579 12/05/2016 03:34 AM Amir Fefer

Fixes #12156 - Adds email configuration into Foreman settings

Instead using email.yaml, the email configuration
can be modified dynamically via settings.

263edc74 10/31/2016 04:23 AM Amir Fefer

Fixes #12543 - enable utf-8 encoding in email address

According to RFC 6532, the local part of an email address
can be non-ascii characters, and should support in utf-8.
The current email validation doesn't allow it,
so emails like Pelé@example.com and 我買@example.com are not supported

a9fe14bf 07/27/2016 05:41 AM Dominic Cleal

fixes #15847 - change mailer helpers from paths to URLs

Use of path helpers in mailers (with Roadie to rewrite to URLs) is
deprecated in Rails 4 and removed in Rails 5, so prefer URL helpers. To
replace URL rewriting and reduce duplication, default_url_options is now...

View revisions

Also available in: Atom