Any way how to Integrate Sendgrid SMTP with APEX ? Additionally, guidelines in using Web API’s with similar integrations.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To send mail in Oracle Apex using other host SMTP settings, you can use the UTL_SMTP package.
You have to create a database procedure with the whole setting there and call it from the Oracle Apex page.
You can find an example in the following post: Sending emails using UTL_SMTP in Oracle. In this example procedure, you can comment out the Oracle Wallet information to ignore it if not using Oracle wallet authentication.