Tagged Questions
2
votes
4answers
322 views
How to send on a specific day in php?
I want to a e-cards or something like that. The user can choose the e-cards, after chosen, he must enter the some fields like name(to and from), email(to and from), message and I want to let user to ...
0
votes
2answers
113 views
Monitoring a periodic task in Rails
I am using eFax to send faxes from my Rails 3.1 app and am wondering what the best way to monitor the status of each fax is. EFax allows you to post a request with an id to find its status and I ...