UoaWDCC / ASPA-EnrollmentForm

6 stars 1 forks source link

[ASPA-62] Move email template #124

Closed jameszu closed 3 years ago

jameszu commented 3 years ago

Issue: The email html was in the email_model.php file and it is just a long string right now

Solution: Separate the HTML code to the views folder, and use Codeigniter parser to parse the file (pass the variable data as well)

Risk: None

Reviewed By: Raymond, James