I created a database with the field 'mail'.
I have the admin html form with 'subject' and 'message' and send button of course...
And the form to get email addresses.
I know how to connect to my database and how to insert data into it
But i dunno actually how to send the email for those that are in my database, please give me a basic php code with no validation or css, thx.