Class ReportMailSender
java.lang.Object
uk.ac.manchester.spinnaker.alloc.admin.ReportMailSender
Basic email sending service.
- Author:
- Donal Fellows
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsendServiceMail(Object email) Send an assembled message if the service is configured to do so.
- 
Constructor Details- 
ReportMailSenderpublic ReportMailSender()
 
- 
- 
Method Details- 
sendServiceMailSend an assembled message if the service is configured to do so.NB: This call may take some time; do not hold a transaction open when calling this. - Parameters:
- email- The message contents to send.
 
 
-