Display Displaying override sender of Ivy mail using utf-8 charset
Hi All,
I'm using Ivy Mail (ivy 7.1) to sending email.
Now I have a need to override the mail's sender, I'm using a variable with name "in.from" and set to From field of Ivy mail (like below picture).
![alt text][1]
If value of From field is in English -> It's work. (my text: George Jones < SharedGroup.Org>)
![alt text][2]
But if my text is in German language, the sender will not be displayed correctly anymore (below picture)
(For example the value of sender's text is: George á Jones < SharedGroup.Org> )
It also auto append 2 double quote string to my text.
![alt text][3]
Is there any way to define the charset utf-8 for the sender's name?
Like in Java mail we have: new InternetAddress("abc@gmail.com", "吃在华科", "**UTF-8**")
Thank you!
[1]: https://answers.axonivy.com/upfiles/email_function.PNG
[2]: https://answers.axonivy.com/upfiles/sender_worked.PNG
[3]: https://answers.axonivy.com/upfiles/sender_error_in_utf-8.PNG