Page 1 of 1

Email in list page

Posted: Mon Nov 20, 2017 8:22 pm
by hemin

there is no option to send an email in list page, how can i send an email like this :

if ($checkmail=1){

send email to example@example.com with some message

}


Re: Email in list page

Posted: Tue Nov 21, 2017 10:04 am
by arbei

You can write your code in Server Event of the list page and call the function ew_SendEmail() to send the email.

Read the definition of the ew_SendEmail() in phpfn14.php of the generated files for your information.