I am utilizing the System_mail_send function to send Spool reports via email. I now have 2 questions:
1) Can System_mail_send support multiple attachments? For example, I hope it can attach the Spool file and the Log file all together in one email. Is this possible?
2) About the Text field where can input some words in the email content. How to switch lines. I think it's too stupid to insert a bunch of 'space'. Anything like <br> in HTML can do this job?