Please describe the issue you're having
If you accept the answer, please mark the topic as [SOLVED] by clicking the tick.

Moderators: RussH, cptr13

Forum rules: Just please remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but respect our space and keep your comments directed to the topic at hand.
By MaxLA1990
#3293
Can anyone give me any pointers on how to create a signature block in an email, with my company logo and linked/twitter icons (all containing hyperlinks)? I try to cut and paste the logos, but they display as blank boxes.
By dveos
#3295
I use CKeditor Templates add on, fairly straight forward to set up, and there are tutorials available.

I've been using the emails through OpenCATS quite extensively and did have to modify core files to get outgoing HTML emails to display correctly.
By nicklarge1973
#3303
Dveos,

What changes did you need to make to your implementation of the opencats system in order to allow for HTML ?

Thanks in advance! Nick.
By MaxLA1990
#3305
I think I have managed to overcome this problem, by copying and pasting my signature block into the "paste from Word" option. Still having an issue with double spacing. Any email I send is double spaced, even if when I typed it, it is single space (my preference).
By dveos
#3306
Hi, I installed the latest version of CKEditor with the add ons that best matched my requirements, Templates, Tables as examples.

Then I had to modify SendEmail.tpl under the modules/candidates directory and also Mailer.php file under lib directory.

SendEmail.tpl - line 122 I changed to:-
Code: Select all
var tags = ['p', 'ol', 'ul', 'li', 'tr', 'td', 'table', 'tbody']; // etc.
Here you can add other tags that you are looking to send in your email that are causing issues.

Mailer.php - from line 211 I changed to (which matched the style I was looking for):
Code: Select all
$this->_mailer->Body = '<div style="font: normal normal 11px Calibri, sans-serif;"><style> @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4;} p {margin:0cm; margin-bottom:.0001pt; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-fareast-language:EN-GB;}</style>'
                . str_replace('<br>', "<br />\n", str_replace('<br />', '<br>', str_replace("\n", "<br>", $body))) . '</p></div>';

            $this->_mailer->AltBody = strip_tags($body);
        }
Can't remember if I edited any other files but should be it!?

It's essential to keep these synchronized to ensur[…]

Export part in Job Order order search

Same problem as mine. Maybe you're right, I'll che[…]

The error message you're encountering indicates th[…]

Errors restoring mysqldump backup

doesnot work for me