run on sms jobs as well as mail jobs
As far as I can tell, whenever a scheduled mailing job is processed, we rebuild the recipients for all the scheduled mailing jobs and sms jobs (since the MailingJob.get
API call returns both).
This fix simply ensures we do the same when an SMS job is processed.