virtualInbox property

bool? virtualInbox
getter/setter pair

Virtual inbox prevents any outbound emails from being sent. It creates sent email records but will never send real emails to recipients. Great for testing and faking email sending.

Implementation

bool? virtualInbox;