Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Email delay delivery option with Perl

by kennethk (Abbot)
on Feb 24, 2012 at 20:00 UTC ( [id://955985]=note: print w/replies, xml ) Need Help??


in reply to Re: Email delay delivery option with Perl
in thread Email delay delivery option with Perl

Like I said, it depends on how robust a solution you want/need. If you need a more robust system, I would stash e-mails in a database along with a send time. Then I'd run a cron job that looked in the database for messages that were ripe to send. The message has to persist between generation and sending somehow; sleep keeps in in memory and either a database or possibly Storable stashes it on disk.
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
  • Comment on Re^2: Email delay delivery option with Perl

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://955985]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-19 20:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found