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.
Shop at Rajamanickam.com | Birthday Gift Idea? | Hire me for $6 per Hour
Get 3 useful ebooks for Rs 99 in India and $5.99 globally
Get a 75% commission | ChatGPT and and Google Gemini for Beginners (Use Discount code QPT)
Tuesday, April 6, 2010
Search This Blog
Art of Talking to AI | Tech eBook | Dream Big | Listen to Dream Big
Today's Deals | Timesheet | Products | 3 ebooks for $5.99 / Rs 99 | Earn 50% commission
About | Privacy | Follow | TOS | WhatsApp | Contact
I may earn a commission from Amazon affiliate links
Today's Deals | Timesheet | Products | 3 ebooks for $5.99 / Rs 99 | Earn 50% commission
About | Privacy | Follow | TOS | WhatsApp | Contact
I may earn a commission from Amazon affiliate links
1 comment:
Thanks. Well to create an array, you can also use the array() constructor.
Post a Comment