I am trying to redirect users after registration to another page. I have tried User triggers ( with redirect actions ) and implementing hook_user_form_alter to set up a submit handler to set $form_state['redirect'].

Both methods work, they do the redirect - but the notifications do not get sent. In my case a validation email. Am I doing something wrong? Has anyone else seen this behaviour or is it a bug?

Removing the redirects - immediately restores the mail sending. Does anyone have any ideas?

Comments

dddave’s picture

Status: Active » Postponed (maintainer needs more info)

Still an issue?

jkingsnorth’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

No additional information after a reasonable time-frame, please re-open against the latest version if this is still a problem.

quietone’s picture

Version: 7.7 » main
Issue tags: -triggers actions notification emails fail not sent
quietone’s picture

Version: main » 7.x-dev