I have some attachments in Oracle DB, I need to call the coupa attachments API.
How to send the attachments from Oracle DB.
We are using NiFi as Middleware.
Related
I have created an Agent In Oracle Cloud Analytics which is used to send mail to bunch of people.
Everything works as expected but I don't see the recipient names when we receive the mail.
How can i fix this ?
I have a form which through which attachments are submitted and at java side I need to send an email with those attachments without storing attachment temporary anywhere. Is it possible to do that ?
my code looks like
email.attach(fileDataSource,fileName,fileName)
HiAm trying to send email using send grid using spring boot rest api,am able to sedn only one recipient but am not able to send multiple recipient can anyone know how we can send email multiple recipient using sendgrid
Is there any way that the Filenet eForm can validate if there is an attachement attached ? That is ...eform will prompt for attachment if user did to attach any supporting documents.
I want to send the contents of the report in the mail body instead of as an attacment in the oracle apex database application.
Thanks
The body of the email can be almost any HTML you like, so if you render the report as HTML you can just add it to the email message.