Commit 7c9fa034 authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: Feat(Integrator) - mailLib default encoding

Remove the base64 encoding
parent da2129f9
2 merge requests!52:sparkles: Releasing Fusiondirectory Integrator 1.2,!49Resolve "[Integrator] - Maillib - fallback to base 64 is not required"
Pipeline #30892 passed with stages
in 1 minute and 43 seconds
Showing with 0 additions and 2 deletions
+0 -2
...@@ -52,8 +52,6 @@ class MailLib ...@@ -52,8 +52,6 @@ class MailLib
// Set UTF-8 character encoding // Set UTF-8 character encoding
$this->mail->CharSet = 'UTF-8'; $this->mail->CharSet = 'UTF-8';
// Set base64 for non UTF-8 char
$this->mail->Encoding = 'base64';
/* /*
* In case there are FQDN errors responses by the SMTP server, try below. * In case there are FQDN errors responses by the SMTP server, try below.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment