PromucFlow_constructor/app/server/appsmith-plugins/smtpPlugin
appsmithguru 80b4eeea0e
fix: 11847 configuring UTF-8 encoding as default to SMTP plugin (#20619)
Description

SMTP encoding issue.
https://github.com/appsmithorg/appsmith/issues/11847

The default encoding by MimeMessage is ascii and now its been configured
to UTF-8 to support some characters

Checklist:

- [ ]  My code follows the style guidelines of this project
- [ ]  I have performed a self-review of my own code
- [ ]  My changes generate no new warnings
- [ ]  New and existing unit tests pass locally with my changes
2023-02-21 13:34:56 +05:30
..
src fix: 11847 configuring UTF-8 encoding as default to SMTP plugin (#20619) 2023-02-21 13:34:56 +05:30
plugin.properties feat: Adding a SMTP plugin (#8927) 2021-12-07 09:15:15 +05:30
pom.xml chore: Upgrade to Spring Boot 3.0.1 (#19044) 2023-01-02 19:40:59 +07:00