Jeff VIP
Total posts: 745
13 Jun 2016 06:01

Hi,

It seems that EasyProfile replaces the from field with a Profile link (User) when sending emails through the email field.

Possible fix

Replace line 317 in components/com_cobalt/fields/email/email.php $reply[1] = $data['name'];

with

$reply[1] = strip_tags($data['name']);

Could this fix be included in the next version of Cobalt?

Best regards, Jeff

Last Modified: 17 Jun 2016


Sergey
Total posts: 13,748
17 Jun 2016 15:59

Fixed.

Powered by Cobalt