send email from action button
Posted: 2020-07-02 18:42
HI,
i have added an action butten under the "MORE" tab.
no i want to send an email to a recipt.
i have tried to use the sendmail function as Ahmed posted:
sendmail(array(
'to' => 'recipient email',
'name' => 'recipient name (optional)',
'subject' => 'Mail subject',
'message' => 'Mail message, HTML allowed'
));
but not doing anything.
i have placed it in myproject-tv.js
what am i doing wrong?
i have added an action butten under the "MORE" tab.
no i want to send an email to a recipt.
i have tried to use the sendmail function as Ahmed posted:
sendmail(array(
'to' => 'recipient email',
'name' => 'recipient name (optional)',
'subject' => 'Mail subject',
'message' => 'Mail message, HTML allowed'
));
but not doing anything.
i have placed it in myproject-tv.js
what am i doing wrong?