On 12/25/2012 11:08 AM, Emmanuel Dreyfus wrote:
Hello
Please consider this patch, which allow plugins to add SASL mechanisms
// register authentication methods if (!empty($CONFIG['smtp_auth_callbacks']) && method_exists($this->conn, 'setAuthMethod')) {
I suppose you can just use smtp_auth_callbacks argument of smtp_connect hook.