Hi All,We are trying to send an email from a service. The mail contains an HTML body and an attachment. Below is the code we are using to send email.DataSource source = new ByteArrayDataSource(bytes, "application/pdf");MimeMultipart multipart = new MimeMultipart(); // Create the attachment partMimeB...