Send Email via Server Side in IFS
- Rumesh Aponso (RMAX)

- Nov 22, 2024
- 1 min read
Command_SYS.Mail(Fnd_Session_API.Get_Fnd_User(),
email_id_,
message_body_,
subject_ => subject_,
attach_ => attachment_);



Comments