Ok So I can send mail I can send HTML mail
How can I create an HTML mail that requires a query of my datbase and looping through the query result to create the table? I tried the 'intuitive' method - I ran queries on line but mysql query - and mail are just too generic. Basically, I want to query the the database and create an email that reminds players to pick the schedule for the day and SHOW them who is playing today, so I need some PHP in the 'html message' variable - and all the ways I've tried to make it work don't work