Problem/Motivation

"From" is the same as "To". https://share.getcloudapp.com/nOubx4yk

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

dougouverson created an issue. See original summary.

japerry’s picture

Category: Bug report » Support request
Priority: Major » Normal

Hmm I tested the current HEAD for smtp and its not giving me this issue, when using the core contact form. Please update to the latest dev release and see if it makes a change?

My debugging below:

CURRENTUSERMAKINGCONTACT --> the admin user's email address
USERGETTINGCONTACTED --> is the user (Samuel Adamson's email I changed in Umami)
SITEINSTALLADDRESS --> The Site install address

(Note, if i click 'send yourself a copy' then the From and To are the same, which is expected)

Return-Path: <CURRENTUSERMAKINGCONTACT@gmail.com>
Received: from d9.docksal.site 
        by smtp.gmail.com with ESMTPSA id h2-20020a170902f7c200b0016c5306917fsm6809
        for <CURRENTUSERMAKINGCONTACT@gmail.com>
        (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
        Tue, 01 Nov 2022 15:12:23 -0700 (PDT)
From: Drush Site-Install <CURRENTUSERMAKINGCONTACT@gmail.com>
X-Google-Original-From: Drush Site-Install <SITEINSTALLADDRESS@example.com>
Date: Tue, 1 Nov 2022 22:12:23 +0000
To: USERGETTINGCONTACTED@gmail.com
Reply-To: CURRENTUSERMAKINGCONTACT@gmail.com
Subject: [Drush Site-Install] Testing to XX 2
Message-ID: <AsEwMVehd7WMghsvswWcE23bWlo5d352L8z4PIqEQwE@d9.docksal.site>
X-Mailer: PHPMailer 6.6.4 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8Bit

Hello Samuel Adamson,

admin (http://d9.docksal.site/en/user/1) has sent you a message via your
contact form at Drush Site-Install.

If you don't want to receive such emails, you can change your settings at
http://d9.docksal.site/en/user/7/edit.

      Message
                dsafdasfdsafdas
testing this.
dougouverson’s picture

I updated from '1.1' to '1.2' and the issue was fixed.

Thank you for the suggestion to update, and for helping me get contact submissions back on track!

japerry’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.