Refactoring some common code.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 30 Aug 2019 17:03:22 +0000 (13:03 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 30 Aug 2019 17:03:22 +0000 (13:03 -0400)
commit893078da125063e45f5bf5a92246594b3edda742
tree2120b3819b2560cc8a833c8b127d16bcc46fde48
parent1815a1aacfffc4d9e65fbaf66e57548fc25f748e
Refactoring some common code.

Two places were using mail functions. Placing the mail functions into a
mailer.php in classes. It has a namespace setup for it. GlmMessages.
classes/data/dataEmailMessages.php
classes/mailer.php [new file with mode: 0644]
models/admin/messages/index.php
models/admin/messages/sendMessagesEmails.php