VOOZH about

URL: https://wordpress.org/support/topic/annoying-popup-16/

⇱ Annoying PopUp | WordPress.org


Forums

Skip to content
Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter πŸ‘ Image
    Jonas Aeschlimann

    (@ampluswp)

    and this message appears even f we dont have Outlook or Hotmail

    Plugin Support πŸ‘ Image
    Patrick

    (@paddyam)

    Hi @ampluswp,

    The error popup should only occur if you’re using Microsoft 365 or Outlook related hosts with the Other SMTP mailer setting. Could you please check if this is how your mailer connection is set up? Would you please share with us the SMTP host that you have set up the mailer connection with? This will give us an idea of what might be happening.

    I’ve shared this issue with our development team, and they’re looking into it. In the meantime, you can dismiss the popup by adding the following snippet.

    add_action( 'admin_init', function() {
    if ( is_user_logged_in() ) {
    update_user_meta( get_current_user_id(), 'easy_wp_smtp_microsoft_basic_auth_deprecation_general_notice_dismissed', true );
    }
    } );

    Please try this and let me know if it helps.

    • This reply was modified 1 year, 3 months ago by πŸ‘ Image
      Patrick.
    • This reply was modified 1 year, 3 months ago by πŸ‘ Image
      Patrick.

    Using Other Mail, I connect to Microsoft 365 using TLS 1.3
    TLS 1.3 is supported by Microsoft.
    I too would like to disable the annoying Popup

    Plugin Support πŸ‘ Image
    Patrick

    (@paddyam)

    Hey @ewgny,

    Thanks for getting in touch, and to confirm, the snippet shared would allow you to hide the popup such that it will not show up anymore on your dashboard.

    However, with that said, I’d like to confirm that the popup points to a change by Microsoft affecting all mailer connections using non-modern authentication methods. This includes all connections done through the Other SMTP mailer, as in your case.

    In case it helps to share and as a workaround, you can consider checking out and setting up the mailer connection with any of the other supported mailer options.

    Thanks.

    Thread Starter πŸ‘ Image
    Jonas Aeschlimann

    (@ampluswp)

    Hey Patrick @paddyam

    Sorry for the late reply. In my case, the customer did have Office365. I was 100% sure that was not the case. So sorry for my wrong post.

    Many thanks

    Jonas

    • This reply was modified 1 year, 2 months ago by πŸ‘ Image
      Jonas Aeschlimann.
Viewing 5 replies - 1 through 5 (of 5 total)

The topic β€˜Annoying PopUp’ is closed to new replies.