Method: Mandrill::Messages#list_scheduled
- Defined in:
- lib/mandrill/api.rb
#list_scheduled(to = nil) ⇒ Array
Queries your scheduled emails.
1117 1118 1119 1120 |
# File 'lib/mandrill/api.rb', line 1117 def list_scheduled(to=nil) _params = {:to => to} return @master.call 'messages/list-scheduled', _params end |