codayblue / libmyemail

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

Make config options to store username and password #3

Open codayblue opened 5 years ago

codayblue commented 5 years ago

Should make username and password optional and have another option to be able to pull it out of a config file also it should be looked into encrypting these values so that it is a little more secure.

codayblue commented 4 years ago

Also thinking about it, the server configuration should move to there too. So the interface is just list of people to send to, subject, and message.