Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can MySQL support database email?

Can MySQL database support database email feature as in SQL Server? I am using community edition of MySQL. How can I send emails from database?

like image 810
ram Avatar asked Jan 25 '26 09:01

ram


1 Answers

There is a long thread on the MySQL site with several possible solutions, using triggers. The potential solutions differ, depending on what OS you're using.

like image 54
Matt V. Avatar answered Jan 28 '26 00:01

Matt V.