• according the changelog this would have been fixed some versions ago, but yet in the latest version i miss to see where is the setting to change the admin’s email to a custom one?
    Thanks

Viewing 13 replies - 1 through 13 (of 13 total)
  • I’m waiting for this too.

    Yes, this is crucial for me too.

    • This reply was modified 6 years, 2 months ago by JustBruno.
    Plugin Author Alkaweb

    (@alkaweb)

    Hey guys!

    Sorry for the delay here. We did make an update last week and I will push another one next week.

    So, the setting is not working? Did you try the filter as well? With the latest version?

    If so, please send me the steps to reproduce the issue and I’ll fix it.

    Keep me posted ??

    sorry @alkaweb, there’s no setting for changing the receiver email address, not in version 2.1.3, this is why it is not working.

    you can switch the “Send email to admin” toggle, you can change the subject, you can change the content, but you cannot actually specify “i want eonet to use this address as recipient of the new registration requests, instead of the main admin email address”.

    if there’s a filter to make that work, could you please post a sample here, so we can check it?

    many thanks!

    Plugin Author Alkaweb

    (@alkaweb)

    We can add an option, that’s a good idea. But did you try this filter:

    add_filter('eonet_mua_admin_notification_email', function() {
    return '[email protected]';
    });

    That should do the job fine ??

    unfortunately not, it isn’t working for me.

    i added the filter function, then tried a new registration request, but the notification is still sent to the main admin email address.

    i wonder if @petrp, @waldub and @justbruno have tested it and with what results…

    We can add an option, that’s a good idea

    will this make it to the next update? and is there an ETA?

    Hello,
    I was looking for such a plugin, just for my needs, nice plugin.

    I’m waiting for that too.
    that’s so important to me.

    Sending to your own e-mail address, not just the administrator.

    This problem has already been asked here

    maxgx

    (@maxgx)

    hello @alkaweb any more news on this issue?
    is there an option coming any soon?
    thanks!

    maxgx

    (@maxgx)

    sorry @alkaweb my mistake, the filter

    add_filter('eonet_mua_admin_notification_email', function() {
    return '[email protected]';
    });

    seems to do the job!

    thanks!

    Hi, @maxgx and @alkaweb!
    Is it working? This additional filter…
    Where should I put this code?

    Many thanks!

    hi @barba-azul, place the script in functions.php of you theme.

    alternatively you may want to have a look at User Registration

    @alkaweb, would this code work for notifications to 2 emails?

    add_filter('eonet_mua_admin_notification_email', function() {
    return '[email protected],[email protected]';
    });

    Thanks

    • This reply was modified 5 years, 8 months ago by JustBruno.
Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘change admin receiver email setting missing’ is closed to new replies.