3031323334353637
@Override public DataSource getDataSource() { try { return new ByteArrayDataSource(inputStream, contentType); } catch (IOException ioex) { throw new MailException(ioex); } }