Won't fix
Reported for: Toolset Access 1.2.6.1
When both plugins are active we receive the message: “Another plugin did override wp-mail function. Please de-activate the other plugin if you want WP SES to work properly.”
This happens because the file wp-includes/pluggable.php is needed by Access and it declares the wp_mail function. This function is also commonly declared by other email-related plugins like WP-SES. This situation is almost impossible to be avoided as it’s defined in a WordPress core file.
There is currently no solution or workaround for this problem.