html email with blob attachment and authentication
I have been looking for a plsql package to send html emails with blob attachments. The html portion and the blob attachment are more than 32k.
Also the email server needs to be authenticated.
Does anyone know of something already written to do this? I’ve found lots of code that does one or two items but not all.
Must:
- Authenticate
- Html email
- Accept blob as input parameter for attachment
- Exceed 32k
There are so many routines, I’ve been searching looking for one which does all.