TobinShields / Zaqar_EmailSpoofer

A powerful PHP email spoofer with a polished UI, rich text editor, and multiple sending options.
GNU General Public License v3.0
119 stars 53 forks source link

Subject #7

Open iamgazou opened 3 years ago

iamgazou commented 3 years ago

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

TobinShields commented 3 years ago

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...?

iamgazou commented 3 years ago

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

TobinShields commented 3 years ago

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?

meisam1111 commented 2 years ago

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.

Serpentard777 commented 1 year ago

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