Hi, i would like to programatically send the user an email of all the files they have backed up + associated file information. My question is how can i send the body in a formated way
for example
To: userEmail()
subject: File Backup Report
Body: All users files here e.g. fileName, FileType, fileSize
I can connect to the database and execute a query and set result to a string variable for the body but i would like to display the body (query results) in a neat way, aligned and ordered if possible?
Thanks for the help