WebsiteBaker Support (2.13.x) > General Help & Support

Form module disregards mailer outgoing address setting

<< < (3/3)

kibmcz:
Missed edit window so can't correct mistake made in post..  Redid test and the when signed in does something odd.

The sendmail command for the notice that i sent message shows proper Envelope sender but the sendmail command for the actual delivered message shows the accounts gmail address as the Envelope sender.

Still can't make any sense why the non signed in one use the Envelope sender address for the to address tho and it does it every time.


--- Code: ---Sending with mail()
Sendmail path: /usr/sbin/sendmail -t -i
Envelope sender: {Gmail address redacted}
To: Administrator <{Gmail address redacted}>
Subject: You have received a message about WB 13 Testing
Headers: Date: Sat, 24 Apr 2021 00:14:21 +0000From: {Gmail address redacted}Reply-To: Administrator <{Gmail address redacted}>Message-ID: <u7a3ybvQNwjFtiJU7E9g4wKaahWPXBrZgW3j8pMqPQ[at]kibmcz[dot]ca>X-Mailer: PHPMailer 6.3.0 (https://github.com/PHPMailer/PHPMailer)MIME-Version: 1.0Content-Type: multipart/alternative; boundary="b1_u7a3ybvQNwjFtiJU7E9g4wKaahWPXBrZgW3j8pMqPQ"Content-Transfer-Encoding: 8bit
Additional params: -f{Gmail address redacted}
Result: true
Sending with mail()
Sendmail path: /usr/sbin/sendmail -t -i
Envelope sender: noreply[at]kibmcz[dot]ca
To: Administrator <{Gmail address redacted}>
Subject: You have sent a forumlar via WB 13 Testing
Headers: Date: Sat, 24 Apr 2021 00:14:22 +0000From: noreply@kibmcz.caReply-To: Administrator <{Gmail address redacted}>Message-ID: <NhK7vuCqFgmV2dRcd0R8qNZPeQ8wiouZ2TlZiO1KlQ[at]kibmcz[dot]ca>X-Mailer: PHPMailer 6.3.0 (https://github.com/PHPMailer/PHPMailer)MIME-Version: 1.0Content-Type: multipart/alternative; boundary="b1_NhK7vuCqFgmV2dRcd0R8qNZPeQ8wiouZ2TlZiO1KlQ"Content-Transfer-Encoding: 8bit
Additional params: -fnoreply[at]kibmcz[dot]ca
Result: true
--- End code ---

Sorry for the double post but had to correct the information.

dbs:
I can confirm the debug infos.
But the email was correctly delivered to my gmail account with the right headers. Yes my debug info looks wrong like yours.

We have 2021. If the unsecure PHP Mail don't work right, use SMTP.
I recommand SMTP and for more trust also SPF, DMARC, DKIM

kibmcz:
Using SMTP is a workable workaround but finding out why it is not sending in this case could be worth deeper testing as it could effect others.

As per reproduction it should be reproduceable on debian 10 with the lamp stuff installed as that is what my local testing server is setup as where non signed in is not sending.

Also why the signed in messages that go through use the to address as the from address is puzzling.

Navigation

[0] Message Index

[*] Previous page

Go to full version