We have a list of email ids stored in MYSql database.Depending upon the dates stored in the field,email should be sent to the corresponding email-ids automatically through PERL.
for eg.,
we have a table xyz with fields
date
email_id
message
if the date field contains today's date a mail should be generated to the corresponding email address with the coresponding message. This should be done only in PERL and the database associated is MySQL.
for eg.,
we have a table xyz with fields
date
email_id
message
if the date field contains today's date a mail should be generated to the corresponding email address with the coresponding message. This should be done only in PERL and the database associated is MySQL.