m = Mysender::Mail.new(API_KEY) and then m.deliver(:emails => 'to@example.com', :subject => 'SUBJECT', :body => 'BODY', :reply_to => 'REPLY_TO if you want')
Required Ruby Version
>= 0
Authors
Donald Chiang
m = Mysender::Mail.new(API_KEY) and then m.deliver(:emails => 'to@example.com', :subject => 'SUBJECT', :body => 'BODY', :reply_to => 'REPLY_TO if you want')
>= 0
Donald Chiang