Appointments icon indicating copy to clipboard operation
Appointments copied to clipboard

Additional Email text all as one sentence

Open dpw1460e opened this issue 1 year ago • 2 comments

Hi Sergey,

I just added a longer addition text to the email confirmation message. The whole information, which has some carriage returns in the input form, is sent by email as just one sentence. It would be nice to have some options to format the additional email text to make it more reader friendly. Thanks a lot for your great work.

I'm using Appointments 2.0.7 right now.

dpw1460e avatar Apr 19 '24 09:04 dpw1460e

I'll look into missing line brakes, but HTML is is supported including the <br> tag, so something like this should work:

<p>
Video call link <a href="www.example.com/video">www.example.com/video</a><br>
<span style="color:red;">Important note in red.</span><br><br>
Phone Number: 555-123-3456<br>
</p>

SergeyMosin avatar Apr 19 '24 12:04 SergeyMosin

Thanks, Sergey! It works. I didn't find anything about it in the issues, and the tutorial states that HTML is escaped.

Awesome! Thanks a lot! Have a great weekend.

dpw1460e avatar Apr 19 '24 14:04 dpw1460e