Author Topic: through the domain  (Read 4276 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
through the domain
« on: May 22, 2020, 02:43:59 PM »
Hello, i have E-shop and i have problem, emails regarding order updates are sent via through the domain and it is displayed in the email..

Is it possible to fix it?

Thank you.

Offline
****
Re: through the domain
« Reply #1 on: May 22, 2020, 03:16:23 PM »
Please expand.

You mean your server is server.example.com
Your Ecomerce is example.net

So you want your email to send through server.example.com????
Google Hangouts:  rcschaff82@gmail.com

Offline
*
Re: through the domain
« Reply #2 on: May 22, 2020, 03:31:09 PM »
Hi,

i have domain.com and emails send throught panel.domain.com so i want send email throught only domain.com

Code: [Select]
sender: ****.cz < info@*****.cz > via the domain  panel.*****.eu
reply address: "****.cz" <info@*****.cz>
whom: *****@gmail.com
date:         May 22, 2020 4:54 pm
Subject: *****.cz - Order update 1129
sent via: panel.*****.eu
security: Standard Encryption (TLS) Learn more
: This message is important mainly because you often read messages with this label.

So i need to send the email directly from the domain and not through the panel
.

Offline
****
Re: through the domain
« Reply #3 on: May 22, 2020, 03:53:18 PM »
does your script use php_mail() or SMTP.  I'm not sure you can change the name of the server it sends though.  All domains are hosted on a "mail Server", yours being panel. .
Google Hangouts:  rcschaff82@gmail.com

Offline
*
Re: through the domain
« Reply #4 on: May 23, 2020, 06:31:06 AM »
Hi,

I fixed it, I had the SMTP set up incorrectly, everything is fine now.

thank you for your willingness.