EinfachHans / capacitor-email-composer

E-Mail Composer Plugin for Capacitor
MIT License
21 stars 7 forks source link

[5.0.0] Send email with GMAIL html body no translate #36

Closed YanouonaY closed 1 week ago

YanouonaY commented 2 months ago

Hello,

I use the library to send email. I send html body, it runs with outlook, but no with gmail, HTML tags and special characters no translate.

open({to: 'toto', attachments: [], subject: 'toto', body: '<p></p><p>\r\n\t&gt;&gt; Toto &lt;&lt;<br />'})

On iOS, it's ok !

Thanks

YanouonaY commented 2 months ago

If i use open({...., isHtml: true}) => GMAIL runs but no OUTLOOK If i use open({...., isHtml: false}) => OUTLOOK runs but no gmail

EinfachHans commented 2 months ago

Hey, please you please create a repository where i can reproduce this?

YanouonaY commented 2 months ago

I cannot share my project. But for you, on android phone, you can send mail with html body with GMAIL and OUTLOOK like this:

open({to: 'toto', attachments: [], subject: 'toto', body: '<p>\r\n\t&gt;&gt; Toto &lt;&lt;<br /></p>'}) with isHtml false / true?

EinfachHans commented 2 months ago

You don't have to share your project. You have to create a new public repository with the minimum required code to reproduce the issue.

EinfachHans commented 1 week ago

Closed due inactivity