backdrop-contrib / views_send

Provides mass mailing using Views, enabling a list of email addresses to be produced with a view and an email to the group to be composed and sent.
https://backdropcms.org/project/views_send
GNU General Public License v2.0
1 stars 0 forks source link

Incorrect formatting of email addresses included in message text. #17

Open Graham-72 opened 6 years ago

Graham-72 commented 6 years ago

I have found there to be a problem if an email address is included in the text of a message because, if using normal full html settings in CKeditor, the result is not the correct 'mail to' hyperlink. I believe there is some interaction between the normal text filters and the operation of the Mimemail module.

At the moment the only way I have found to avoid this problem is to create a special text editor configuration that uses CKeditor but without any filters. This must then be set as the default text editor in the Mimemail configuration, which is then the default used by Views Send.

A note about this should be included in the Views Send readme document.