Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#325 2021-08-31 11:43:33
Re: com_connect - form and contact mailer
Nope, the only thing you need is the plugin PHP file (and optionally the ReCaptcha library if using that). Once I’m happy it works as advertised I’ll fix the links and prepare a proper plugin installation file and register it with the central plugin repo.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
#326 2021-08-31 13:13:56
Re: com_connect - form and contact mailer
If it is a bot, you may be able to stop it with pap_comconnect.
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#327 2021-08-31 14:24:07
Re: com_connect - form and contact mailer
Over the past two and a half months I have been getting an average of 3 to 4 comment spam messages per day, including those from our friend Jones…
Will try out the above suggestions once I got my new site running.
Thanks!
• Old Photos of Japan – Japan in the 1850s~1960s (100% txp)
• MeijiShowa – Stock photos of Japan in the 1850s~1960s (100% txp)
• JapaneseStreets.com – Japanese street fashion (mostly txp)
Offline
#328 2021-08-31 15:42:16
Re: com_connect - form and contact mailer
If it’s comment spam, rather than contact form spam, then rah_comment_spam might still work. I run it on my site and it keeps a fair bit away.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
#329 2021-09-01 02:40:29
Re: com_connect - form and contact mailer
Bloke wrote #331484:
If it’s comment spam, rather than contact form spam, then rah_comment_spam might still work. I run it on my site and it keeps a fair bit away.
In my case it is also contact form spam…
• Old Photos of Japan – Japan in the 1850s~1960s (100% txp)
• MeijiShowa – Stock photos of Japan in the 1850s~1960s (100% txp)
• JapaneseStreets.com – Japanese street fashion (mostly txp)
Offline
#330 2021-09-01 21:33:54
Re: com_connect - form and contact mailer
Bloke wrote #331480:
Nope, the only thing you need is the plugin PHP file (…).
Thanks, as always! :)
Offline
#331 2021-09-06 11:32:19
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,308
Re: com_connect - form and contact mailer
problem with PHP 8.0
form sends email, but if i try to replay to sender, i get error
Your message did not reach some or all of the intended recipients.
Subject: RE: Hinnapäring Alter stuudio kodulehelt
Sent: 6.09.2021 14:16
The following recipient(s) cannot be reached:
'xxx@gmail.com X-Mailer: Textpattern (com_connect) X-Originating-IP: 83.191.204.95 Content-Transfer-Encoding: 8bit Content-Type: text/plain' on 6.09.2021 14:16
Server error: 'Invalid recipient'
i noticed that on a ‘‘From” field it has added charset="UTF-8
for addition to senders email address. and that’s why i can’t replay
no problem with PHP 7.4
> Anonymised email
Last edited by colak (2021-09-06 13:54:56)
Offline
#332 2021-09-06 11:36:48
Re: com_connect - form and contact mailer
Thanks for the report. Sounds like it’s amalgamating all the headers and sending them as a single reply-to, oops. Will investigate.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Txp Builders – finely-crafted code, design and Txp
Offline
#333 2021-09-08 18:04:28
Re: com_connect - form and contact mailer
colak wrote #331481:
If it is a bot, you may be able to stop it with pap_comconnect.
Seems to work pretty well. So, no Captchas! Yay! :)
Thank you very much!
Offline
#334 2021-10-29 08:00:04
Re: com_connect - form and contact mailer
Can I set up a simple honeypot using com_connect (i.e. just a CSS-hidden field that if filled in by a bot will prevent the message send)? I’m getting a fair amount of spam emails through the contact form on my site.
Don’t want to go down the recapture route unless I have to.
Or any other alternatives? Thanks.
Offline
#335 2021-10-29 08:09:32
Re: com_connect - form and contact mailer
philwareham wrote #331872:
Can I set up a simple honeypot using com_connect […]
pap_comconnect
, posted by Colak here works fine for me.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
#336 2021-10-29 08:23:30
Re: com_connect - form and contact mailer
Cool thanks, I should have read the posts above mine 😂
Will install and see what happens.
Offline