Zaqar_EmailSpoofer icon indicating copy to clipboard operation
Zaqar_EmailSpoofer copied to clipboard

Subject

Open iamgazou opened this issue 3 years ago • 5 comments

When I put a subject with accent/emoji, and that I send it, on the mail it does not appear, solution please ? thx

iamgazou avatar Jan 12 '21 19:01 iamgazou

Interesting... I can confirm that it does not render the Emoji. I tried in both in the built-in Windows mail client as well as Outlook web client and it shows up as some wacky symbols. Not sure how I could fix this, but I would love to open it to the community and see if there is a work around? Perhaps there is something that I have to convert prior to sending...?

TobinShields avatar Jan 18 '21 20:01 TobinShields

This is ISO 8859-1, it should be utf-8 as in the files

iamgazou avatar Jan 21 '21 02:01 iamgazou

This is ISO 8859-1, it should be utf-8 as in the files

Hey there--not sure what you mean by that. Does this mean that I need to change the encoding? If so, where and how would I start that?

TobinShields avatar Feb 01 '21 23:02 TobinShields

Perfectly work. But whatty about use type=text for From email to be able using famous domain. I did tried to work on it but failed. I just could change the html code and change the type of from mail to text. didn't work. any idea.... please share. anyway , thanks for that . nice design and suitable.

meisam1111 avatar Jul 05 '22 23:07 meisam1111

After hours of mindfuck, I finally finded the solution :

You have first to modify, into index.html, <html lang="en"> to <html lang="fr">

Then, modify the line <meta charset="UTF-8"> to <meta charset="ISO-8859-1">

After that, modify the line <meta charset="UTF-8"> to <meta charset="ISO-8859-1"> in the file mailer.php

Try again, it works.

Have a nice day.

Friendly,

Valentin

Serpentard777 avatar Jan 27 '23 19:01 Serpentard777