Ritesh Kumar
Results
2
comments of
Ritesh Kumar
SMS Fu relies on either ActionMailer or Pony for delivery. If I have configured ActionMailer then it should not bother about Pony configuration or pony gem dependency.
I also faced this issue, to make this working I did slight changes $SMS_FU = SMSFu::Client.configure(:delivery => :action_mailer) and then $SMS_FU.deliver(@sms.sms_to, @sms.carrier, message)