Commit 41cf23a2 authored by Gladys Forte's avatar Gladys Forte

Merge pull request #535 in RMS/api-main-service from gladys-dev2 to RMSv2

* commit 'bdd1bf85':
  sender body batch email admin
parents 8e2d2338 bdd1bf85
......@@ -63,14 +63,14 @@ def batch_email_admin(args):
Please see the attached file as your reference for the recent bulk users you have uploaded as an Administrator in RMS.
This email and any files transmitted with it are confidential and may contain privileged and confidential information,
including personal information protected by privacy laws.
including personal information protected by privacy laws.
It is intended only for the use of the individual or entity to whom they are addressed.
"""
email = EmailMessage(
'Resource Management System: Bulk Users!',
'kindly see the attach file.',
settings.EMAIL_DEFAULT_SENDER,
[body],
[settings.EMAIL_DEFAULT_SENDER],
[recipient]
)
email.attach_file(filename)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment