Admin notifications

This topic contains 3 replies, has 3 voices, and was last updated by  Stiofan O’Connor 5 years, 11 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #432073

    Elijah Lokvkoff
    Free User
    Post count: 138

    Hi guys, I have enabled admin notifications in GD > Notifications > Admin Emails.

    View post on imgur.com

    No notification emails are received.

    Where do I set the GD admin email to receive the email notifications? The only place I’ve found is here https://imgur.com/a/x9h3GGL but this email doesn’t receive the notifications when new listings are added.

    Thank you.

    #432074

    Guust
    Moderator
    Post count: 29970

    Admin emails are sent to the admin email set at WP Settings > General.
    The email set as in the image is the email used to send emails to your customers.

    Thanks

    #432154

    Elijah Lokvkoff
    Free User
    Post count: 138

    Thanks Guust, I think this is something that can be improved by setting a dedicated email address for directory management admin in future versions.

    Here is my scenario – I’m managing the site for my client and I would like to receive WordPress notifications of course. But I definitely don’t want to receive notifications from GeoDirectory about tons of registrations or listing edits.

    On the other hand – if I place an email of my client in WP Settings > General, then she will receive all the default wordprerss notifications which I don’t want her to see and I might miss on the important ones.

    Thank you.
    Elijah

    #432429

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Elijan,

    We don’t intend to change that but you can edit the admin email via a filter before its sent so u can have GD admin emails sent where u want. ‘geodir_adminEmail_to’

    
    
    /**
    		 * Filter the admin email to address.
    		 *
    		 * @since   1.6.1
    		 * @package GeoDirectory
    		 *
    		 * @param string $to           The email address the email is being sent to.
    		 * @param int|string $page_id  Page ID.
    		 * @param int|string $user_id  User ID.
    		 * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'.
    		 * @param string $custom_1     Custom data to be sent.
    		 */
    		$to = apply_filters( 'geodir_adminEmail_to', $to, $page_id, $user_id, $message_type, $custom_1 );

    Stiofan

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket