VRFS-1698 testing

This commit is contained in:
Jonathan Kolyer 2014-05-06 05:21:09 +00:00
parent a519191394
commit 0119001d3d
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ module JamRuby
batch.did_send(emails)
mail(:to => emails,
mail(:to => batch.from_email,
:from => batch.from_email,
:subject => batch.subject) do |format|
format.text

View File

@ -13,7 +13,7 @@ module JamRuby
VAR_LAST_NAME = '@LASTNAME'
DEFAULT_SENDER = "noreply@jamkazam.com"
BATCH_SIZE = 1000
BATCH_SIZE = 5
BODY_TEMPLATE =<<FOO
Hello #{VAR_FIRST_NAME},