Is there any freeware/open source software to send an email everyday?
I need to send an email to my admin department at my work everyday at specific time. The message is same. Now I just copy paste the yesterday message and sending it everyday.
Is there any simple way to do that?
I don't think there is an option in outlook.
It's tooooooo boring for me to send the same email everyday.
thanks in advance.
__________________ More Please login or register to view this content. Registration is FREE
I would just create a simple PHP script, upload it to my server, and create a cron job that runs the script at the same time every day.
__________________ Please login or register to view this content. Registration is FREE - Latest Articles: Please login or register to view this content. Registration is FREE , Please login or register to view this content. Registration is FREE
If the message is the same why do you need to send it at all? Seems pointless to me, surely your time would be better spent doing something productive?
I would do what Chroder suggested. Set up a php script then get it to run as a cron job.
If your host doesn't allow cron jobs (though they should) Cronjobs.org can do it for you.