"""Constant used for mail purpose.""" SUCCESS_EMAIL_SUBJECT = 'The Orchard - Upload HFA Request Files' FAILURE_EMAIL_SUBJECT = 'The Orchard - ERROR Upload HFA Request Files' MESSAGE_BODY = """ The Orchard has successfully delivered {filename}. Total HFA Licenses Requested: {number_of_rows} MD5: {md5} Size: {file_size} Time Stamp: {current_time} If there is any issue with the data delivered please contact hfa-watchers@theorchard.com. """ HFA_SFTP_CONTACT_INFO = ( 'Please note:\n' "For any issues related to HFA's SFTP connection, contact our HFA representative:\n\n" 'Name: Emily Jenks\n' 'Email: ejenks@harryfox.com' )