Controller Name : mailPDF
actions: {
// from the action sendmailPDF of the mailPDF controller I want to call the action name as "send" of the "Sendmail" Component.
sendEmailPDF: function () {
// want to call a component's action ex. SENDMAIL component and its send action()
}
}
Controller Name : mailPDF
actions: {
// from t