Send Email from MySQL 5.7 on Linux
This video shows how to send email from mysql.It uses c programming.It works on vps and dedicated linux hosting.Its not for shared hosting
Install these two packages, to compile code:
sudo apt-get install libmysqlclient-dev
sudo apt-get install zlib1g-dev
by CodeVlog
linux smtp server