I am interested in being able to send an email to members@example.com or administrators@example.com and have this email be forwarded to all Members or Administrators, respectively. Could this be accomplished using a combination of Mailhandler and Mass Contact?
Comments
Comment #1
oadaeh commentedI'm not sure about whether Mailhandler will do it or not, but Mass Contact certainly won't.
Normally, something like that would be a function of the e-mail server, by using an alias that then resends to all addresses that the alias is set to send to, but an e-mail list program can do the same thing.
It would probably not be too difficult to create a module for Drupal that would mimic that functionality, if one does not already exist.
Comment #2
oadaeh commentedComment #3
danepowell commentedI found that something similar but much more versatile can be implemented using a combination of Mailhandler, Notifications, and Messaging. Since this functionality can be achieved using those modules, I'll close this issue.