Hi,
I am having a list files in my system files which are getting generated by a cron job. I want a mail to trigger everyday which has to make the generated file as attachment. I am able to send the mails but not able to attach the files. If I am using ir.attachment, I am able to attcach a static file. But I want to attach the file according to date. Please help me with a solution.
Thanks in advance
Regards,
Scot
what does it mean static file?
For example, if we are using ir.attachment and give a path, The same file will be sent in all the mails. I stated that as static file. I need to change the attachment file everyday.