Email in list page

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
hemin
User
Posts: 165

Email in list page

Post 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

}


arbei
User
Posts: 9384

Post 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.


Post Reply