We have decided to use cron job for sending emails to our Forum members, as the Mass email/News letter option in the Forum is not able to handle the "per hour limit" for the emails sending.
Our email managing Tool is having two options while sending the email. One is for specifying the message identifier, and another is for specifying the email list.
They are sent as the querystring parameters.
But the cron job takes only the first parameter and ignored the second one.
So, to avoid this issue I just used the url after shortening it using bit.ly. Now it is working fine.
If you know the actual solution for this issue, you can share it thro' the comments.
More Articles...
You can bookmark this blog for further reading, or you can subscribe to our blog feed.
Thursday, January 6, 2011
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.
- General Knowledge Quiz Questions and Answers
- PHP Quiz Questions and Answers
- Basic Computer Hardware Quiz Questions and Answer.
- HTML Quiz Questions and Answers
- Relaunching RtoZ.Org as Emerging Technology News Website.

3 comments:
Please check whether you are having '&' separator after the first param in your query string
Yes, "&" is there. Even I have tried with "&" also.
Try using quotes around the url. Worked for us.
Post a Comment