Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#277 2008-03-29 11:31:50
- Smaavie
- Member
- Registered: 2005-02-07
- Posts: 25
Re: zem_contact_reborn 4.0.3.20
Hello,
I hope I am posting this in the right place.
I’m using Zem Contact Reborn. In addition to sending the form submissions to one of my email addresses, I would also like to bcc the submissions to a different email address too.
How do I set up the bcc with Zem Contact Reborn?
Thanks in advance for any help you can offer
Smaavie
Last edited by Smaavie (2008-03-29 11:32:42)
Offline
#278 2008-03-29 11:51:51
Re: zem_contact_reborn 4.0.3.20
Smaavi, the easiest way is to edit the plugin and add the header yourself, which is relatively easy once you’ve found where the other exising headers are.
Offline
#279 2008-03-29 20:06:19
- Smaavie
- Member
- Registered: 2005-02-07
- Posts: 25
Re: zem_contact_reborn 4.0.3.20
Thanks – I will edit the plugin.
Cheers
Smaavie
Offline
#280 2008-03-31 14:44:33
Re: zem_contact_reborn 4.0.3.20
As I was looking for ways for a preflight function to check for the existence of specific ZCR errors I wondered about the possibility of giving the error message array actual key names. For example, one of the error lines within the email function might look like:
$zem_contact_error[$name."_invalid_email"] = zem_contact_gTxt('invalid_email', htmlspecialchars($email));
instead of:
$zem_contact_error[] = zem_contact_gTxt('invalid_email', htmlspecialchars($email));
Is this a valid approach (and a possible addition to the ZCR code) or are there problems that I’m overlooking?
Offline
#281 2008-03-31 20:11:09
Re: zem_contact_reborn 4.0.3.20
Hi
I’ve been using zem_contact_reborn for contact forms and it has been working perfectly until my hosting company upgraded from PHP4 to PHP5. Does anyone know if there are any issues that could be related to this upgrade that prevent the form from working? The form appears to send normally but the email never arrives at its destination.
thanks
Offline
#282 2008-03-31 20:30:35
Re: zem_contact_reborn 4.0.3.20
Create a file called mail.php, containing the following code, upload it to your webspace and visit it using your browser. If that doesn’t send email either, first look at the web server error log files. If they don’t reveal anything, contact your webhost and ask them to look at the mail server log files.
<?php mail('your_email_address', 'the subject', 'the message'); echo 'mail sent'; ?>
Offline
#283 2008-03-31 20:47:39
Re: zem_contact_reborn 4.0.3.20
Thanks, I tried that and the mail appeared to send but nothing was recieved. I’ll contact my hosts.
Offline
#284 2008-04-02 21:59:13
Re: zem_contact_reborn 4.0.3.20
hi,
anyone get a white screen of death when trying to install zem contact reborn with 4.06?
Im getting it when i press upload after pasting the code into the plug in field.
Its happened to me on two installs now. the first time i kept going back and clicking upload til it took, this time its not working at all.
thanks in advance.
sorry cross posted in troubleshooting as well.
its a bad hen that wont scratch itself.
photogallery
Offline
#285 2008-04-02 23:11:01
Re: zem_contact_reborn 4.0.3.20
Have you tried using the compressed plug-in code?
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#286 2008-04-02 23:35:14
- michaelb
- Member
- From: London, UK
- Registered: 2008-04-02
- Posts: 21
Re: zem_contact_reborn 4.0.3.20
Hi,
Does anyone know where I could find the text strings in zem_contact_lang translated into Spanish?
Thanks for any help on this….I’m cross posting it to the MLP forum as well.
Last edited by michaelb (2008-04-04 23:22:36)
Offline
#287 2008-04-03 00:24:34
Re: zem_contact_reborn 4.0.3.20
thebombsite wrote:
Have you tried using the compressed plug-in code?
hi that worked thanks
its a bad hen that wont scratch itself.
photogallery
Offline
#288 2008-04-03 10:24:10
- Smaavie
- Member
- Registered: 2005-02-07
- Posts: 25
Re: zem_contact_reborn 4.0.3.20
Hi again,
Sorry to return to an older topic. I want to bcc all submissions to a different email address. Ruud’s advice was:
“Smaavi, the easiest way is to edit the plugin and add the header yourself, which is relatively easy once you’ve found where the other exising headers are.”
I appreciate that this would be very easy for someone with more knowledge than me, but I have to admit that I’m struggling to implement this myself. Can anyone offer more specific advice about how I should edit the header to get the Bcc working?
All help will be very much appreciated.
Cheers
Smaavie
Offline