codayblue / libmyemail

mysql udf that allows you to send emails from a sql function
MIT License
2 stars 2 forks source link

[enhancement] no auth required #6

Open novazur972 opened 3 years ago

novazur972 commented 3 years ago

It could be very interesting to not have any authentication required and be usable with: SELECT sendmail('from@mydomain', 'to@mydomain', 'subject', 'body', 'localhost', 25);