开发者

How to send an email from PHPmyAdmin?

开发者 https://www.devze.com 2023-01-05 09:20 出处:网络
I want to sent email on DB field changes..开发者_运维百科. Can anyone please let me know how can I do it in PHPmyAdmin?phpMyAdmin is just a web administration frontend for MySQL. You could probably wr

I want to sent email on DB field changes..开发者_运维百科.

Can anyone please let me know how can I do it in PHPmyAdmin?


phpMyAdmin is just a web administration frontend for MySQL. You could probably write a stored procedure and register it with a trigger which will send the notification of a row change.

In my opinion this should be done in your application logic rather than the database.

Also see How to send email from MySQL 5.1

0

精彩评论

暂无评论...
验证码 换一张
取 消