Comments on: How to Configure WordPress SMTP SettingsĀ  https://mailtrap.io/blog/wordpress-smtp-settings/ Modern email delivery for developers and product teams Sun, 31 Aug 2025 08:57:29 +0000 hourly 1 By: Diana Lepilkina https://mailtrap.io/blog/wordpress-smtp-settings/#comment-1421 Thu, 27 Aug 2020 15:35:58 +0000 https://blog.mailtrap.io/?p=2342#comment-1421 In reply to Jared Mitchell.

Hello Jared, thanks for reporting this!
We have updated this post accordingly. However, we don’t have a Mailtrap plugin for WordPress — we know there is a couple of plugins on their marketplace but they are not official.

]]>
By: Naseem https://mailtrap.io/blog/wordpress-smtp-settings/#comment-1417 Sun, 23 Aug 2020 19:19:14 +0000 https://blog.mailtrap.io/?p=2342#comment-1417 In reply to Jared Mitchell.

you are a life saver. thank you

]]>
By: Jared Mitchell https://mailtrap.io/blog/wordpress-smtp-settings/#comment-1407 Sat, 15 Aug 2020 13:36:59 +0000 https://blog.mailtrap.io/?p=2342#comment-1407 WP 5.5 has upgraded.

The PHPMailer library just got a major update, going from version 5.2.27 to 6.1.6.

This broke the mailtrap plugin due to class reference

public function mailer_setup(PHPMailer $phpmailer)

Needs to be update to

public function mailer_setup(PHPMailerPHPMailerPHPMailer $phpmailer)

While I found this in a plugin it also applies to the above function reference

]]>