Big Jim
Well-Known Member
- Reaction score
- 183
- Location
- Derbyshire, UK
Currently our shop tracking system is an excel based system that I coded myself (with lots of help from google) in VBA.
It is basic in what it does but it does work, but at this current moment there is obviously no integration with other applications.
I would like to start sending a "follow-up" email to all customers 1 week after invoicing
Is there an easy way to automate this ?
As it will be a generic email I guess I really only need a way to automate the sending of emails on a schedule.
I could code our tracking system to output a list of emails at the end of each day that could be dropped in to a csv or text file, then I would be looking for a way for some program to pick up that list and add them to a schedule.
Am I trying to over complicate what can essentially be a pretty simple task ?
Does anything like this exist ?
It is basic in what it does but it does work, but at this current moment there is obviously no integration with other applications.
I would like to start sending a "follow-up" email to all customers 1 week after invoicing
Is there an easy way to automate this ?
As it will be a generic email I guess I really only need a way to automate the sending of emails on a schedule.
I could code our tracking system to output a list of emails at the end of each day that could be dropped in to a csv or text file, then I would be looking for a way for some program to pick up that list and add them to a schedule.
Am I trying to over complicate what can essentially be a pretty simple task ?
Does anything like this exist ?