Added From field to the email headers

This commit is contained in:
Peter Edmond 2024-12-16 16:25:10 +00:00
parent e4a535f333
commit 976099c3d3
2 changed files with 11 additions and 7 deletions

View File

@ -1,13 +1,16 @@
Subject: AutoReply: {$Ticket->Subject} From: Davis Method <test-queue@davismethod.com>
Subject: {$Ticket->Subject}
Content-Type: text/html Content-Type: text/html
<p>Hello from Davis,</p>
<p>Thankyou for your interest in the Davis Method. We have received your message and will aim to get back to you within 2 working days. There is no need to reply to this message right now. Your interest has been <p>Your form was submitted with ID #{$Ticket->id}.</p>
assigned an ID of <b>{$Ticket->SubjectTag}</b>.</p>
<p>Should you wish to contact us relating to this then please include the string <b>{$Ticket->SubjectTag}</b> <p>Thank you so much for reaching out to a Davis Facilitator and expressing interest in a Davis program.</p>
in the subject line of all future correspondence about this case.</p>
<p>Best regards</p> <p>Your inquiry is important to us, and a member of our team will get back to you within 3 business days. In the meantime, feel free to explore our website for more information. Of particular interest may be our section on <a href='https://davismethod.com/search-solutions/'>Davis Solutions</a>.</p>
<p>....</p> <p>We look forward to connecting with you soon.</p>
<p>Warmest regards,<br>
Davis Team</p>

View File

@ -1,3 +1,4 @@
From: Davis Method <test-queue@davismethod.com>
Subject: {$Ticket->Subject} Subject: {$Ticket->Subject}
Content-Type: text/html Content-Type: text/html