Closed (duplicate)
Project:
Amazon SES
Version:
6.x-1.0-beta2
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 May 2011 at 12:16 UTC
Updated:
15 Aug 2015 at 11:28 UTC
Jump to comment: Most recent
Comments
Comment #1
Ryan Palmer commentedSMPT and Amazon SES use identical means of overriding the default mail implementation variable. Upon activation, Amazon SES will take over mail sending, which makes it technically incompatible with SMTP module for sending general mail.
Since subscriptions module lists smtp as a dependency, it's not unforeseeable that it uses a SMTP interface directly to send mail, I don't know. Either way, it's probably best not to use both SMTP and SMTP together, at least in Amazon SES's current implementation. D7's mail system is improved and should handle this a bit better, though.
Comment #2
tkuldeep17 commentedSorry, Now my code base does not support for drupal 6.