As the question says I need to send an email with information obtained when executing a sentence ( Select * from
for example) but I have no idea how to do this (my MySQL level is not very advanced), in MSSQL I would do it by a job and using the mail client that comes in MSSQL by default, my question is how would I do something like this but with MySQL? I would appreciate any suggestions or comments since as I mentioned I have no idea.
PD. I know how I will create the job (Event in MySQL) and how I will do the sentence, which is not like sending the email automatically without the user moving a single finger.