Possible Duplicate:
How to send email from MySQL 5.1
i need to send email from mysql server, i create event Like This
SET GLOBAL event_scheduler = ON;
DROP EVENT IF EXISTS TestEvent;
CREATE EVENT TestEvent
ON SCHEDULE every 1 DAY DO
//SEND Email;
I know it is not a good idea but i need to do it