diff --git a/app/notifications/mail_factory.py b/app/notifications/mail_factory.py index b93cb13..df4107c 100644 --- a/app/notifications/mail_factory.py +++ b/app/notifications/mail_factory.py @@ -33,27 +33,33 @@ def body_template(html_content): - - - - - - - - - - -
- -
- {html_content} -
- For any support
- Reach Out
- support@mermsemr.com
- https://www.mermsemr.com/ -
+
+ +
+ MermsEmr +
+ + +
+
+ {html_content} +
+
+ +

+ For any support
+ Reach Out
+ support@mermsemr.com
+ https://www.mermsemr.com/ +

+
""" @@ -93,3 +99,37 @@ def alert_template(html_content): """ return html_body + +# < table +# width = "550px" +# border = "0" +# cellpadding = "3" +# cellspacing = "3" +# background - color = "#F0F8FF" +# style = "font-size:16px" > +# < tr > +# < td +# style = "text-align:center" > +# < img +# style = "width:150px; height:auto;" +# src = "https://www.mermsemr.com/images/logo-pink.png" / > +# < / td > +# < / tr > +# < tr > +# < td > +# {html_content} +# < / td > +# < / tr > +# +# < tr > +# < td > +# For +# any +# support < br > +# Reach +# Out < br > +# support @ mermsemr.com < br > +# https: // www.mermsemr.com / +# < / td > +# < / tr > +# < / table > \ No newline at end of file