Module: Spree::Shipment::Emails
- Included in:
- Spree::Shipment, Spree::ShipmentHandler
- Defined in:
- app/models/spree/shipment/emails.rb
Instance Method Summary collapse
Instance Method Details
#send_shipped_email ⇒ Object
4 5 6 7 8 |
# File 'app/models/spree/shipment/emails.rb', line 4 def send_shipped_email # you can overwrite this method in your application / extension to send out the confirmation email # or use `spree_emails` gem # YourEmailVendor.deliver_shipment_notification_email(@shipment.id) end |