WebsiteBaker Support (2.13.x) > General Help & Support
Form module disregards mailer outgoing address setting
kibmcz:
This issue seems to still be present in the current r61 with form module starting to not sending messages at all (or google is now blocking them) starting with r60. Tested this with fresh install and behaviour replicated the upgraded test install.
Edit: Password reset properly uses the mailer settings configured outgoing address.
As outlined as before this issue could be problem for many and for my own if this issue was present on 1.13 release i would not be able to upgrade.
dbs:
Hi, can't confirm.
My tests:
- domain email address in WB settings
- gmail address in form (Form message to recipient)
Tested with r61, PHP 8, smtp, php mail, as logged in user, as guest.
All emails have been sent and received.
In the email headers was the domain email address the sender.
kibmcz:
Well can't explain that as on my setup even with a clean install of 2.13 form email sending don't seem to work and i've tested on two different hosts (actual production host and local test both php 7.3).
On production host 2.12.x sends properly but with 2.13.x now no message even goes through.
Is this a PHP 7.3 related issue?
dbs:
Maybe the debug mode in WB mail settings can help.
Try DEBUG_SERVER.
kibmcz:
That got something.. on the clean install of r61 on production host this is the output i got. When signed in it works proper but when not signed in it uses the from address configured in mailer settings as the to adress ignoring the recipent configured in the form settings. Also on the non signed in not sure where its getting the .com from as the default from address is set as a .ca.
Result not signed in:
--- Code: ---Sending with mail()
Sendmail path: /usr/sbin/sendmail -t -i
Envelope sender: noreply[at]kibmcz[dot]ca
To: Guest <noreply[at]kibmcz[dot]ca>
Subject: You have received a message about WB 13 Testinga
Headers: Date: Fri, 23 Apr 2021 21:27:06 +0000From: noreply@kibmcz.caReply-To: Guest <noreply[at]kibmcz[dot]ca>Message-ID: <54QC01YAkssRqPCK12JitNPGTf9H28iVZxenBChocpQ[at]kibmcz[dot]ca>X-Mailer: PHPMailer 6.3.0 (https://github.com/PHPMailer/PHPMailer)MIME-Version: 1.0Content-Type: multipart/alternative; boundary="b1_54QC01YAkssRqPCK12JitNPGTf9H28iVZxenBChocpQ"Content-Transfer-Encoding: 8bit
Additional params: -fnoreply[at]kibmcz[dot]ca
Result: true
--- End code ---
Result signed in:
--- Code: ---Sending with mail()
Sendmail path: /usr/sbin/sendmail -t -i
Envelope sender: {Gmail adddress redacted}
To: Administrator <{Gmail adddress redacted}>
Subject: You have received a message about WB 13 Testing
Headers: Date: Fri, 23 Apr 2021 21:33:44 +0000From: {Gmail adddress redacted}Reply-To: Administrator <{Gmail adddress redacted}>Message-ID: <6j9Y4JY0yIC6pLo7b1RhkR7F7aB4PjHDkXGRnTnaI[at]kibmcz[dot]ca>X-Mailer: PHPMailer 6.3.0 (https://github.com/PHPMailer/PHPMailer)MIME-Version: 1.0Content-Type: multipart/alternative; boundary="b1_6j9Y4JY0yIC6pLo7b1RhkR7F7aB4PjHDkXGRnTnaI"Content-Transfer-Encoding: 8bit
Additional params: -f{Gmail adddress redacted}
Result: true
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version