SQL Code for Azure Application:
INSERT INTO Email (name, subject, notes, senderEmail, receipientEmail, BaseSQL, smtpClient, smtpPort, CredentialsUsername, CredentialsPassword, SendEmpty)
VALUES ('FirstEmail', 'FirstEmail KenilworthBirthday', 'This is a test email for the Kenilworth Emailer.', 'dan@5noels.com', 'dan@6noels.com', 'SELECT * FROM VoterTable', 'smtp.6noels.com', 587, 'dan@6noels.com', '18Wisc48', 1);