0
votes
PHP Form Sending Information to Limbo!
You should make sure that the e-mail addresses in the mail template mail.tpl.txt have the correct format. E-mail addresses should be in angle brackes:
From: <visitor@example.com& …
0
votes
PHP Form not showing up in recipient’s mailbox
The From header line is not correct. There is text outside of the quotes:
From: "{name}" {phone} <{email}> <{message}>
And what's the <{message}> do …
0
votes
0
votes
Application-wide locales with Gettext and Zend_Translate?
You'll need to define the application path somewhere. If you don't want to set an absolute path, you'll need to set a relative path. Take this dir structure for example:
/applicatio …
