Hi Sir,
Good Evening, I want to create a page where we can have
To: CC: BCC: Subject: Body: Attachment:(pdf,word,excel,csv)
so please guide me, the required data columns ,process etc. in the apex application
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.
Hi Sir,
Gud morning,What process need to Implement
To send mail, you can use the APEX_MAIL package. The following is an example:
Create the page items P2_TOMAIL, P2_FROMMAIL, P2_BODY so that the user can input it. Then create a process as follows:
If your mail is not configured, check this link or ask your company DBA to do it.
You can also send the emails from Apex using the database procedure, but this also required the DBA side’s configuration. Check the below link:
Send mail with attachment using UTL_SMTP.
can’t we attach pdf,csv,excel from our system directory as we are attaching in GMAIL
Sure, use the file browse item to attach the files.
Thnx Sir,then what is the use of this