I work for a local government agency as the Network Administrator.
I wrote this code as part of a backup application that creates tars of all
data files to a backup server and then to a removeable drive. This is a web
based interfaced to the copy to removeable drive code. I ran into the same
I am not sure exactly how to implement this without any code. but forking
would be your best bet.
fork() is the function name and it is pretty self explanatory... you are
creating a child process while the mail script keeps running to completion.
You can then have code in the child email th