I need to send mail daily with attachment as the attachment should pick automatically as per date of file
myfile name: file_10-06-2020 will attached as part of the mail and next day will pick 11-06-2020 while running the BoT.
I need to send mail daily with attachment as the attachment should pick automatically as per date of file
myfile name: file_10-06-2020 will attached as part of the mail and next day will pick 11-06-2020 while running the BoT.
U can use in file name as
“file_”+Date.Now.tostring(“dd-MM-yyyy)+”.extension"