• Resolved Michael

    (@michael8888)


    Is it is possible to send notifications to admins only after the the subscription has been confirmed by the subscriber and not everytime someone fills out the form?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Tribulant Software

    (@contrid)

    Hi Michael,

    Not directly, unfortunately. We don’t have such a feature planned for now.
    What you could do is receive all BCC emails and disable receiving new subscription emails to admin. Then, you create a filter in your email program and send to trash any emails you don’t wish to receive and only keep the one that is sent to the customer.

    In Configuration > Subscribers > Subscription Behaviour, you can set to “No” this option: Admin Notification on Subscription.

    Then, in Configuration > General > BCC Outgoing Emails. Enter your email and save.

    I hope the above helps at least a little.

    Thread Starter Michael

    (@michael8888)

    Thanks for the reply! I don’t see how your tip solves the problem. It seems the plugin does not never send notifications when a subscription is confirmed. When I add an Administrator Email to a mailing list, I only receive a notification when someone filled out the form but not when the subscription is completed which, in my view, doesn’t make much sense.

    By the way, are you planning an update any time soon? There hasn’t been an update for quite some time.

    Plugin Author Tribulant Software

    (@contrid)

    If you can submit a ticket on our website, we’ll send you the latest free version.

    After deactivation of the regular subscription notification as described above, you’d get a notification after DOI by this:

    add_action( 'newsletters_subscriber_activate', function( $subscriber, $mailinglists ){
    	wp_mail( '[email protected]', 'Your Site's New Subscriber', 'New subscriber after double opt-in: ' . $subscriber->email );
    }, 10, 2);

    Best would be to put this into a mini plugin named like “Newsletters Extra”.

    Plugin Author Tribulant Software

    (@contrid)

    We’ll investigate this and see if we can add a new feature for this in our next Newsletter updates. We’ll add the link to this support ticket in our notes.

    Thank you to both!

    Thread Starter Michael

    (@michael8888)

    Frank, thanks a lot! The hook works!

    Tribulant, is there a new commercial version available? If not, are you planning a new one?

    @michael8888
    You’re welcome, Michael.

    @contrid
    For me it’s the same, btw: if DOI is activated then a notification should be sent out only in case the subscription has been confirmed.

    Plugin Author Tribulant Software

    (@contrid)

    Hi Michael,

    Our paid version is always available for purchase on our website. It is up to date and our last update was in August, 2020. We have multiple updates planned for both versions. If you need the latest free version, for now, the quickest way to get it is to contact us on our website and we’d send it to you (free version). Latest version is 4.7.1 for both free and paid as of today (Dec 6, 2020).

    If you have the paid version, you would get updates in your WordPress.

    Agreed, Frank. ?? – That would be the best way for now.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Only send admin notifications after confirmation?’ is closed to new replies.