Hi,
Is there a solution to send email with special character? In special character I mean European letters like å,ä,ö
Mailer module shows these kind letters like this
ö = ö
ä = ä
Thank You
FEUMailer's email with special character?
-
- Forum Members
- Posts: 20
- Joined: Mon Apr 11, 2011 7:33 am
Re: FEUMailer's email with special character?
Mails sent as html need to have this inserted:
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/></head>
I've fixed my mailer module, I'll try to persuade George to agree to this.
Meanwhile, it may be sufficient to send the mail as non-html.
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/></head>
I've fixed my mailer module, I'll try to persuade George to agree to this.
Meanwhile, it may be sufficient to send the mail as non-html.