Module: MailCannon::Adapter::InstanceMethods
- Defined in:
- lib/mailcannon/adapter.rb
Instance Method Summary collapse
-
#send! ⇒ Object
Sends an Envelope with 1 recipient.
-
#send_bulk! ⇒ Object
Sends an Envelope with multiple recipients.
Instance Method Details
#send! ⇒ Object
Sends an Envelope with 1 recipient.
7 8 9 |
# File 'lib/mailcannon/adapter.rb', line 7 def send! raise 'Not available for this adapter!' end |
#send_bulk! ⇒ Object
Sends an Envelope with multiple recipients.
12 13 14 |
# File 'lib/mailcannon/adapter.rb', line 12 def send_bulk! raise 'Not available for this adapter!' end |