Thanks, Joshua that worked perfectly.
You need to login in order to like this post: click here
Oops! Open the router student.router.php and find the following route: /add/(\d+)/.
Replace this:
$email->etsis_mail(_h(get_option('admissions_email')), _t("Student Acceptance Letter"), $message, $headers);
with this:
$email->etsis_mail(_h($nae->email), _t("Student Acceptance Letter"), $message, $headers);
Joshua Parker
Twitter | Facebook | DigitalOcean | tinyCampaignYou need to login in order to like this post: click here
Hi,
I have this strange issue, I am not sure why but for some reason when an applicant is turned into student he should get an automated mail, but instead, admin is getting the acceptance letter
The acceptance letter template is fine and “Applicant Email” has been set to “Yes” in general settings.
All the other emails are fine only the acceptance letter has the issue.
Has anyone ever faced this kind of issue?
You need to login in order to like this post: click here
You must be logged in to reply to this topic.