Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1441 2014-07-09 16:52:57

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: zem_contact_reborn 4.0.3.20

sacripant wrote #282018:

Hi Steph,
perhaps it would be interresting to update the first post to indicate the git repository of the new version.

I was about to edit my topic start when I saw that it was already added by someone :)
I think it would be better to start a new thread to deal with questions about the new plugin version that Stef maintains, keeping this topic for the 4.0.3.20 users only.

Offline

#1442 2014-07-09 18:16:44

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,271
Website GitHub

Re: zem_contact_reborn 4.0.3.20

ruud wrote #282019:

I think it would be better to start a new thread to deal with questions about the new plugin version

Absolutely. I’m doing the docs now so expect to have a release soon, whereby I’ll start a new thread.

Last edited by Bloke (2014-07-09 22:47:48)


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

#1443 2014-07-23 15:16:26

johnstephens
Plugin Author
From: Woodbridge, VA
Registered: 2008-06-01
Posts: 999
Website

Re: zem_contact_reborn 4.0.3.20

ruud wrote #242047:

John, something like this perhaps:

<txp:zem_contact_email label="My email address"/>
<txp:zem_contact_secret label="Click here to confirm" name="verify">http://mysite.tld/subscribe-confirm/?verify=<txp:php>global $zem_contact_from; echo $zem_contact_from;</txp:php></txp:zem_contact_secret>
<txp:zem_contact_submit label="Send Confirmation"/>

So, I’m revisiting this. I’ve been seeing a lot of bounce messages refused by Yahoo! because zem_contact_reborn defaults to the sender’s email address, which is not owned by my server.

I see here that I can change that by specifying a from attribute of the zem_contact tag. Awesome! Looks like the sender’s email address then get’s piped to the “Reply-To:” field.

My question is, how can I access the “Reply-To:” content?

Thank you again!

Offline

#1444 2014-07-23 21:17:19

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: zem_contact_reborn 4.0.3.20

In reply to johnstephens #282394:

My question is, how can I access the “Reply-To:” content?

You can’t, unless you edit the plugin code.

Offline

#1445 2014-08-12 12:34:47

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: zem_contact_reborn 4.0.3.20

Tag error: <txp:zem_contact_select list="Ühekohaline tuba,Kahekohaline tuba ühe laia voodiga,Kahekohaline tuba kahe eraldi voodiga,Kolmekohaline tuba,Neljakohaline tuba" label="Soovin broneerida*" break="" /> ->  : Function split() is deprecated while parsing form default on page default

what i need to do?

txp 4.5.5
php 5.3.28

Offline

#1446 2014-08-12 13:13:47

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,011
Website GitHub Mastodon Twitter

Re: zem_contact_reborn 4.0.3.20

Gallex wrote #282846:

what i need to do?

txp 4.5.5
php 5.3.28

I would try this suggestion


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#1447 2014-08-13 10:13:06

Gallex
Member
Registered: 2006-10-08
Posts: 1,289

Re: zem_contact_reborn 4.0.3.20

found one. ;) thank you yiannis
actually it worked with that error and disappeared then changed production status “test” to “live”

Offline

#1448 2014-08-14 09:47:20

castanet
Member
From: Oxford
Registered: 2005-03-19
Posts: 97

Re: zem_contact_reborn 4.0.3.20

I and others are getting a ‘Sorry, unable to send email’ message on a form that has been working for years. The hosting company tells me they can use the form fine from where they are and suggest it is a script issue. Can anyone suggest intelligent questions/suggestions I can use on them, or has anyone had this issue themselves? I raised this before for a different site (http://forum.textpattern.com/viewtopic.php?pid=279971#p279971) but got no response. Thanks in advance

Offline

#1449 2014-08-14 18:50:07

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: zem_contact_reborn 4.0.3.20

castanet wrote #282914:

I and others are getting a ‘Sorry, unable to send email’ message on a form that has been working for years. The hosting company tells me they can use the form fine from where they are and suggest it is a script issue. Can anyone suggest intelligent questions/suggestions I can use on them, or has anyone had this issue themselves? I raised this before for a different site (http://forum.textpattern.com/viewtopic.php?pid=279971#p279971) but got no response. Thanks in advance

Ask them what they’ve entered in the form, specifically the email address, because that’s the mostly likely difference between the test they did and what you did yourself.

And ask them for the mail server log files, so you can see what’s going on when you try to send mail

Offline

#1450 2014-08-22 17:03:47

castanet
Member
From: Oxford
Registered: 2005-03-19
Posts: 97

Re: zem_contact_reborn 4.0.3.20

ruud wrote #282920:

And ask them for the mail server log files, so you can see what’s going on when you try to send mail

They say the mail server log shows no errors. The problem is not happening for everyone, it seems to affect users in the UK but not the US or mainland Europe. Frustrating. Is it possible Textpattern is using a spam blacklist against some IP addresses? I have nothing entered in advanced settings.

Offline

#1451 2014-08-23 08:34:22

ruud
Developer Emeritus
From: a galaxy far far away
Registered: 2006-06-04
Posts: 5,068
Website

Re: zem_contact_reborn 4.0.3.20

Textpattern does use a blacklist, but only for comments. The ZCR plugin doesn’t use it, so unless you’ve added an additional plugin that adds blacklisting, that’s not the cause.

I wonder if the problem is the email address that is entered instead of the IPnr of the visitor. Can you reproduce the problem yourself? If so, try creating a test.php page (outside of TXP) with this content:

<?php
$to      = 'your@email.address';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: visitor@email.address' . "\r\n" .
    'X-Mailer: PHP/' . phpversion();

echo mail($to, $subject, $message, $headers) ? 'success' : 'fail';
?>

Then visit that page and see if it shows success or failure. If it fails, try with an email address outside of the uk.

Offline

#1452 2014-08-24 11:26:19

castanet
Member
From: Oxford
Registered: 2005-03-19
Posts: 97

Re: zem_contact_reborn 4.0.3.20

ruud wrote #283179:

Then visit that page and see if it shows success or failure. If it fails, try with an email address outside of the uk.

Thanks, Ruud. I get a fail with my address and with the address of a friend in the UK but a success with the email address of a friend living abroad. What does that mean?

Offline

Board footer

Powered by FluxBB