Jeff VIP
Total posts: 745
22 Aug 2016 03:05

Hi,

I have noticed that the email field sends messages in html. I would like to send messages in text/plain.

How can I accomplish this?

Best regards, Jeff

Last Modified: 31 Aug 2016


Jeff VIP
Total posts: 745
25 Aug 2016 02:53

I was able to edit components/com_cobalt/fields/email/email.php and change line 344

$mail->isHTML(TRUE);

into

$mail->isHTML(FALSE);

Too bad it is a hack....


Jeff VIP
Total posts: 745
25 Aug 2016 03:04

Does anyone know which file I have to edit to also send notification emails as plain text?


Sergey
Total posts: 13,748
30 Aug 2016 15:12

I added email format parameter to the field.


Jeff VIP
Total posts: 745
31 Aug 2016 13:27

+1

Powered by Cobalt