Send an email!

SELECT U.EmailAddress FROM Users U WHERE UserID in (0,1,2) #EmailAddress#,

Email subject:


Email Body:


Submit
does this look correct?

Subject:
#form.email_subject#

Body:
#HTMLCodeFormat(form.email_body)#
Yes, send the test email!
#HTMLCodeFormat(form.email_body)#
Looks good, send the real email!
SELECT UUID FROM Users WHERE EmailAddress = '#the_email_address#' AND UserIsEmailverified = 1 AND IsContactVerified > 0 #HTMLCodeFormat(form.this_email_body)# INSERT INTO MarketingEmails ( MarketingEmailSubject, MarketingEmailBody, MarketingEmailUsersEmailed ) VALUES ( '#form.email_subject#', '#form.email_body#', '#users_to_email#' ) Email sent!
Please Login!