We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I created docker container and setup SMTP properly. I send some emails for testing and there is the result.
Source of email send by osticket looks like that :
From: =?utf-8?Q?[Example]=20Customer=20service?= [email protected] Subject: =?UTF-8?Q?Re:=20test2=20[#173295]?= In-Reply-To: [email protected] References: [email protected] X-Mailer: =?UTF-8?Q?osTicket=20Mailer?= To: =?utf-8?Q?d?= [email protected]
Google and other mark that email as potential spam because it shows that "From" is wrongly formatted. I would expect something like that:
From: [Example] Customer service [email protected] Subject: Re: test [#173295] In-Reply-To: [email protected] References: [email protected] X-Mailer: osTicket Mailer To: [email protected]
I don't know nothing abount php so can't figure out where is the problem but it must be something with utf8 encoding.
The text was updated successfully, but these errors were encountered:
Hi. What makes you believe that the issue is specific to this image?
Sorry, something went wrong.
No branches or pull requests
I created docker container and setup SMTP properly. I send some emails for testing and there is the result.
Source of email send by osticket looks like that :
From: =?utf-8?Q?[Example]=20Customer=20service?= [email protected]
Subject: =?UTF-8?Q?Re:=20test2=20[#173295]?=
In-Reply-To: [email protected]
References: [email protected]
X-Mailer: =?UTF-8?Q?osTicket=20Mailer?=
To: =?utf-8?Q?d?= [email protected]
Google and other mark that email as potential spam because it shows that "From" is wrongly formatted. I would expect something like that:
From: [Example] Customer service [email protected]
Subject: Re: test [#173295]
In-Reply-To: [email protected]
References: [email protected]
X-Mailer: osTicket Mailer
To: [email protected]
I don't know nothing abount php so can't figure out where is the problem but it must be something with utf8 encoding.
The text was updated successfully, but these errors were encountered: