About WCFM Admin Email Setting

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 6 reply threads
  • Author
    Posts
    • #29296
      MOHO
      Participant

      This is default admin email
      http://mall2.sites.moho.tw/wp-admin/options-general.php
      How could i disable “default admin email” no sent?
      I no use this way
      I hope multi admin user by setting could receive your email notice.

      “You say set admin emails from WCFM Admin setting -> Email Setting”
      “Email from address” this is sender
      “CC Email address”:all email will receive, so it not i want.
      For example Email “Notification – New Product” only sent for vendor, but admins will receive now, it not i want.

      SO could you create “Admin Email address” field, then i could set multi admin address here instead of “default admin email”, thanks.

      Attachments:
      You must be logged in to view attached files.
    • #29310
      WCFM Forum
      Keymaster

      Hi,

      OK, now I understand your point.

      Certainly that has no setting but you may change using this filter – “wcfm_admin_email_notification_receiver”

      Thank You

    • #29312
      MOHO
      Participant

      Could you give me code?

      I want to add into child theme.

      Thanks

    • #29314
      WCFM Forum
      Keymaster

      Hi,

      Here is your code –

      add_filter( 'wcfm_admin_email_notification_receiver', function( $admin_receiver_email ) {
      	$admin_receiver_email = ''; // SET YOUR EMAIL HERE
      	return $admin_receiver_email;
      });

      Add your email address here.

      Thank You

    • #29322
      MOHO
      Participant
      This reply has been marked as private.
    • #29323
      WCFM Forum
      Keymaster

      Yeah, off course.

      Thank You

    • #29349
      MOHO
      Participant

      It work now!

      Please close it.

Viewing 6 reply threads
  • The topic ‘About WCFM Admin Email Setting’ is closed to new replies.