I'm having issues setting up SMTP for Office 365 using the Easy WP SMTP plugin. I keep getting the following vague error message.
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
I've looked through most of the Troubleshooting d
Eu estou aprendendo a usar esta nova ferramenta. E Estou usando o Form 7. Fiz o formulário, mas na hora de autenticar dá erro:
CLIENT -> SERVER: EHLO edesigncriacao.com
CLIENT -> SERVER: AUTH LOGIN
CLIENT -> SERVER: bWFnYWxoYWVzdmlsbGFzYm9hcy5lcmlrYUBnbWFpbC5jb20=
CL
I am currently converting a client booking system I created into a WordPress plugin. It uses the PHPMailer library to send emails. I am using SMTP security to send the emails and thus need the email account and password. I am currently encrypting the passwords in a database and decrypting them wh
I'm learning about coding plugin.
I trying to create a form in plugin page and it can send mail.
This is my code, but it doesn't work(I did not receive email and did not show any error).
add_action('admin_menu', 'add_contact_us_page');
function add_contact_us_page
I successfully uploaded my elite version WP Elite Mail SMTP
As of now, I included my AWS Secret key and other credentials.
But the problem is when I tried to send test email using WP Mail SMTP that is connected to my AWS SES
Im getting an error like this
I wish to set up 2 smtp accounts on my wordpress site:
1 for woocommerce orders
1 for all other forms
i have the following code, but i am having trouble filtering the woocommmerce order. I am missing somthing. Here is the code:
add_action( 'phpmailer_init', 'send
We are trying to get our set up an SMTP function but keep hitting errors with the test email. We even tried both WP-Mail-SMTP and Easy WP SMTP. After talking with our host at WPEngine we couldn't find any issue on their end since they do use OpenSSL and told us to use port 2525 since we are using
I used this code in my child theme(child theme functions.php):
add_action( 'phpmailer_init', 'wpse8170_phpmailer_init',0 );
function wpse8170_phpmailer_init( PHPMailer $phpmailer ) {
$phpmailer->Host = 'your.smtp.server.here';
$phpmailer->Port = 25; // could be d
I have the plugin Easy WP SMTP installed and there i have configured sending my wordpress mails with SMTP.
I send emails with a cronjob to my users with the wp_mail() function. I was asking myself, if the emails are sent with SMTP or do i need to add this functionality to wp_mail()?
If y
I am having a problem with sending emails from my website. The fact is that yesterday was working but apparently not today. I use the POST SMTP plugin. When you launch a new email the result is "Permission denied".