Control Web Panel

WebPanel => E-Mail => Topic started by: zigi00x on May 22, 2020, 02:43:59 PM

Title: through the domain
Post by: zigi00x 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.
Title: Re: through the domain
Post by: rcschaff 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????
Title: Re: through the domain
Post by: zigi00x 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
.
Title: Re: through the domain
Post by: rcschaff 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. .
Title: Re: through the domain
Post by: zigi00x 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.