Page 1 of 1

ability to send french accent in purebasic mailer subject

Posted: Fri Feb 16, 2024 3:40 pm
by loulou2522
Is it possible and how ?
Thanks in advance

Re: ability to send french accent in purebasic mailer subject

Posted: Fri Feb 16, 2024 3:50 pm
by Mindphazer
I don't get it.
This example works, there's an accent in the subject

Code: Select all

If CreateMail(0, "test@xxx.com", "Accentué")
  AddMailRecipient(0, "someone@xxx.fr", #PB_Mail_To)
  Debug SendMail(0, "smtp.xxx.fr") 
EndIf