Click to See Complete Forum and Search --> : Archive Newsletters


dsrt16
03-11-2006, 03:03 PM
I need to automatically send month old newsletters to an archive. Is there a tutorial or some place online I can go that will help me with this procedure? I have been searching for hours and haven't been able to find anything.

gopher292
03-11-2006, 05:40 PM
If you mean copying a file from one folder to another or removing links from a 'current newsletter' page and putting links on a 'archived newsletters' page; then you will need a custom script.

If you mean emailing it and you use php, it should be easy to write a mailer using php's mail (php.net/mail) function. Any other languages, I'm not sure.

I don't know exactly what you need, but my best guess is that you need some kind of server-side script.

Help us help you: post more info. ;)