There are few important missing fields, that couldn't be set through Transmission->send() method:
- options.start_time
- options.sandbox
- content.attachments
- content.inline_images
It's easy to fix: just add these values to Transmission::$parameterMappings.
I'm ready to prepare a PR.