perl - Automated email sender using excel data -
i automated email sender birthdays. accomplish:
- check today's date
- find match in column 'dob'
- if true, data corresponding columns 'name' , 'email' (might have use each)
- create outlook email subject 'happy birthday'
- message text – dear $name, happy birthday!
- send email
after bit of research understand have use spreadsheet::writeexcel , 1 of outlook modules (not sure one).
get today's date of system.getdate() after fetch date of birth database match both date if matched send sms. sending sms use mail.cs function , write body of mail.
Comments
Post a Comment