Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Send mail witg non ASCII contentSend mail witg non ASCII content
Previous
 
Next
New Post
3/4/2008 1:26 PM
 
I'm not able to send mail message with non ascii content. This string "this text has some ISO-8859-1 characters: âÒÕÇ€àè end" is received as "this text has some ISO-8859-1 characters: ??????? end". Doesn't works this code: DotNetNuke.Services.Mail.Mail.SendMail(Me.PortalSettings.Email, Me.UserInfo.Email, "", Me.PortalSettings.Email, Services.Mail.MailPriority.Normal, "Conferma prenotazione online", Services.Mail.MailFormat.Text, System.Text.Encoding.UTF8, "this text has some ISO-8859-1 characters: âÒÕÇ€àè end", "", "", "", "", "") and dosen't works this (but It works on any other web application) Dim mail As New MailMessage() mail.From = New MailAddress("yyy@xxx.it") mail.To.Add("aaa@bbb.it") mail.Subject = "This is an email" mail.Body = "this text has some ISO-8859-1 characters: âÒÕÇ€àè end" mail.BodyEncoding = Encoding.UTF8 mail.BodyEncoding = Encoding.UTF8 Dim smtp As New SmtpClient("127.0.0.1") smtp.Send(mail) Some suggestion ?
 
New Post
3/4/2008 6:09 PM
 

the first approach should work, does the recieving email client use correct encoding?


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/5/2008 4:08 AM
 

Yes,

I'v tried with Outlook and webmail.

The same code sent by DNN is not correctly encoded, but sent by other application (also a simple console application) works good.

If can help, I've the same problem in custom modul devoleped in VS2005. In asp:label if I write àèìòù (italian), I see in browser many squares.

Thanks

 
New Post
3/6/2008 4:21 PM
 

what is your encoding set to in your web.config file?


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/7/2008 10:24 AM
 

<globalization culture="en-US" uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8"/>

The user has default language Italian it-IT on the frontend.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Send mail witg non ASCII contentSend mail witg non ASCII content


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out