AcelleMail ships three SES-aware classes under app/SendingServers/Drivers/Vendors/Amazon/: AmazonBaseDriver.php (shared base), AmazonSmtpDriver.php (SMTP transport via app/Library/AmazonSmtpTransport.php), and AmazonApiDriver.php (HTTPS REST). Both drivers support DKIM signing on the SES side, suppression-list management, and the SNS webhook receiver that turns SES bounce / complaint events into AcelleMail BounceLog entries. The SES SMTP driver is the default recommendation on the /pricing page because it minimises moving parts: SES handles IP warming, IP rotation, and FBL — the operator only owns DNS and the AcelleMail layer.