Interface EmailDeleterInterface

Interface EmailDeleterInterface

Direct known implementers

EmailDeleter

Methods summary

public delete( EmailInterface $email )

Removes a record from the database.

public deleteEmailsByEmailAddress( CustomerEmail $email )

Removes all emails from the data base that have the given email address as sender or recipient.