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.
5 6 7 |
# File 'lib/mailcannon/adapter.rb', line 5 def send! raise 'Not available for this adapter!' end |
#send_bulk! ⇒ Object
Sends an Envelope with multiple recipients.
10 11 12 |
# File 'lib/mailcannon/adapter.rb', line 10 def send_bulk! raise 'Not available for this adapter!' end |