Is there a way to disable the default email address that gets sent notifications when a user registers that requires admin approval?

For example, currently emails get sent to the generic site address when a user registers. I enabled this module so I could get registration emails sent to me instead. I'd now like to disable the default, generic address from getting registration emails as well, if possible...

Thanks!

Comments

rmiddle’s picture

I looked and there doesn't appear to be a way to control it via the standard Drupal interface. I will look and see if there is a why though the drupal API to control that.

rmiddle’s picture

Status: Active » Closed (won't fix)
jdln’s picture

Subscribing just in case the issue gets opened.

jdln’s picture

Can be done with advanced mail reroute:
http://drupal.org/project/advanced_mail_reroute

However I had to change the email address uses, blocking it didnt work.

knalstaaf’s picture

Version: 6.x-1.10 » 7.x-1.x-dev
Issue summary: View changes
Status: Closed (won't fix) » Active

For management reasons the request e-mail should only get sent to the mentionned (custom) e-mail address. However, both are getting this e-mail: the default (site wide) e-mail address and the custom address. There's to be no way in the UI to disable this, nor is this anounced somewhere.

How can we avoid this please? If it's not through the UI, is there some code we can apply/modify?

knalstaaf’s picture

Title: Disable default email address » Option to disable default email address

I guess this wording describes the request more accurately.

knalstaaf’s picture

Title: Option to disable default email address » Disable default email address when custom address is provided
Category: Feature request » Bug report

On second thought it may be better to consider this as a bug. Reading the explanation on the configuration page suggests that no e-mail should get sent to the default e-mail address if a custom address is provided.

Feel free to switch it back to feature request if deemed more appropriate.

hass’s picture

Status: Active » Closed (duplicate)
Parent issue: » #368620: Custom from and reply-to addresses

Seems to be a duplicate of this case