Recently I have worked in a project which requires processing email using php script before sending into the email user.
We used forward pipe option in the cPanel for sending the email to a php script for doing the required email processing.
I came to know that we need to follow below things.
- Put #!/usr/local/bin/php -q before <?php in the php script.
- The php file should have chmod 755 permissions, otherwise we will get "local delivery failed" error message.
- We may need to use MIME decoding.
More Articles...
You can bookmark this blog for further reading, or you can subscribe to our blog feed.
Tuesday, April 6, 2010
Popular Posts
- Software Testing Quiz Questions and Answers
- Javascript Quiz Questions and Answers
- MySQL Quiz Questions and Answers
- SEO Your Blog the Easy Way - Guest Post
- SEO (Search Engine Optimization) Quiz Questions and Answers.
- PHP Quiz Questions and Answers
- Basic Computer Hardware Quiz Questions and Answer.
- Use of tinyurl in Twitter
- HTML Quiz Questions and Answers
- General Knowledge Quiz Questions and Answers

1 comment:
Thanks. Well to create an array, you can also use the array() constructor.
Post a Comment