class ActionMailer::Preview

def email_exists?(email)

Returns +true+ if the email exists.
def email_exists?(email)
  emails.include?(email)
end