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

oadaeh’s picture

I'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.

oadaeh’s picture

Category: support » feature
danepowell’s picture

Status: Active » Closed (fixed)

I 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.