Question marks (?) on Send email with new data |
10/10/2017 10:05:29 | |
| ASPRunner.NET General questions | ||
|
Y
yairilan author
Hi, |
||
|
|
Sergey Kornilov admin 10/10/2017 |
|
Make sure you select correct encoding when sending an email: |
|
|
Y
|
yairilan author 10/10/2017 |
|
Hi thanks. |
|
|
|
Pete K 10/10/2017 |
|
Try passing the charset attribute as "UTF-8" to the mail function. |
|
|
Y
|
yairilan author 10/10/2017 |
|
Thanks! But I need help how to to it in the Runner email function with VB. |
|
|
|
Sergey Kornilov admin 10/11/2017 |
|
Show us your existing code and we'll help you with this. |
|
|
Y
|
yairilan author 10/11/2017 |
|
Hi, it's exactly as the action example, I didn't change anything yet: |
|
|
|
Sergey Kornilov admin 10/12/2017 |
'********** Send email with new data ************ |
|
|
Y
|
yairilan author 10/19/2017 |
|
Hi! thanks! But it didn't help... |
|
|
|
Sergey Kornilov admin 10/23/2017 |
|
You need to post your project to Demo Account and contact support directly. |
|
|
|
Pete K 10/26/2017 |
|
I still think the issue is with the charset. I was guessing that utf-8 would do the trick, but I know nothing about encoding for non-Latin languages. I suggest you do some research on encoding for Hebrew characters and try different encodings when passing that parameter to the function, i.e., change "utf-8" to something else. |
|
|
Y
|
yairilan author 10/26/2017 |
|
You need to post your project to Demo Account and contact support directly.
|
|
|
Y
|
yairilan author 10/26/2017 |
|
I still think the issue is with the charset. I was guessing that utf-8 would do the trick, but I know nothing about encoding for non-Latin languages. I suggest you do some research on encoding for Hebrew characters and try different encodings when passing that parameter to the function, i.e., change "utf-8" to something else.
|
|
|
|
Sergey Kornilov admin 10/27/2017 |
|
What prevents you from building a test project with non-sensitive test data and uploading it to Demo Account? |
|
|
Y
|
yairilan author 10/28/2017 |
|
What prevents you from building a test project with non-sensitive test data and uploading it to Demo Account?
|
|