Jeff VIP
Total posts: 745
12 Май 2016 04:33

Hi,

I can't send email messages anymore with the email field. Once I submit a message, an error appears: 'Invalid address'. It seems that the sender's username is used instead of the email address. To verify this, I entered an email address in the name field and the message was sent successfully. VERY STRANGE...

I am not sure if this error is caused due to one of my custom templates or if it's a bug. Setting all email field templates to default didn't resolve anything, though.

Can someone please verify this issue?

Thanks in advance.

Jeff

Последние изменения: 01 Июнь 2016


Jeff VIP
Total posts: 745
13 Май 2016 07:27

@Sergey, my issue is possible related to this. Could you please confirm?


Jeff VIP
Total posts: 745
13 Май 2016 07:52

Alright, this is definitely a bug related to J3.5.1.

I have a temporary fix:

components/com_cobalt/fields/email/email.php

replace line 343

$mail->addReplyTo($reply);

with

$mail->addReplyTo($_from, $_name);

Sergey, could you please fix this?


Sergey
Total posts: 13,748
13 Май 2016 11:35

Fixed.

Работает на Cobalt