Page 1 of 1

Email sent to each message

Posted: 2021-09-01 15:29
by pasbonte
Hello
I would like to send an email each time a record is created or modified, but not to a defined email but to the email entered by the user.
Let me explain
He enters his name, first name, remarks and his email address
and he receives his message by email.
Thank you

Re: Email sent to each message

Posted: 2021-09-01 18:00
by onoehring
Hi,

take a look at the /admin/incFunctions.php, function sendmail. Utilize this in the /hooks/tablename.php -> after_insert (and/or after_update) function.

Olaf

Re: Email sent to each message

Posted: 2021-09-04 03:13
by zibrahim
Hi Pasbonte (sorry I don’t know your real name :),
Have a look at this AG site material.
https://bigprof.com/appgini/help/advanc ... ter_insert

Hope this will help.
Stay safe.

Re: Email sent to each message MERCI

Posted: 2021-09-06 08:59
by pasbonte
Merci
C'est OK !