we are really frustating about last updates…Step by Step…..
About emails for shipping updates, for EU compliance we have to send all emails with our own smtp server – still like before your update. So we really hard need soon as possible back the standard wp_mail() function from WordPress like before.
I know most of your users are from Shopify and thats okay if they are Non-Tech-Professionals like we are from WordPress-Community. But to remove standard things from WordPress like wp_mail() function is hard, we all really hate things like this and thats not standard in our WordPress-Community – because it destroys our workflows and this decision its fully useless!
Btw. do you know about E-Mail Spam score?! The way at the moment is terrible, it is so important to have 100% inbox rate for shipping mails AND we do track all our emails and own unsubscribe full-list portal and and and…
Hopeful the wp_mail() comes soon as possible, for us Parcel Panel is useless with that for multiple shops now
Kind Regards;
Kriss
I have discovered that the contact forms I have been using (forminator free) don’t send a form submission through to my email. I have spoken to my service provider and they advised I try an smtp connection using their webmail. I have set up wp mail using the launch wizard but that doesn’t work either I get an error message when I send a test email. I don’t know wish way to turn now….where the issue lies. Is there a permission on my website I need to enable. I just go round in circles. Can anyone suggest anything I might try? TIA debs
]]>Im having issues with btinternet recipients blocking my order confirmation emails as spam from my current smtp ‘smtp.com’ i have setup a gmail account for backup method via wpmail. The smart routing feature is not working when i use the conditions ‘to’ and ‘cc’ that contains ‘btinternet.com’ it should send the order email via my backup which it does not, what am i doing wrong cheers
]]>To be frank, all this SMTP stuff is a bit over my head, and I’m having a difficult time finding the right help guides for what I’m trying to accomplish.
I want contact form messages from my site to land in my Gmail inbox, and I want to be able to reply to these messages from my gmail account.
Pretty sure I’ve already “linked” my site and my sendlayer account, with the Wp Mail SMTP plugin, by adding the SendLayer CNAME records to the DNS records in my CP, and by adding my SendLayer API key to the Wp Mail SMTP plugin.
But I haven’t really done anything on Gmail yet, and can’t find any guides that explain how to integrate Gmail into this equation (my Gmail account does utilize my website domain instead of @gmail.com.)
Is what I’m trying to accomplish doable? Is using SendLayer a redundant step? Do I n eed to add CNAME records for both SendLayer and Google to the DNS records on in my site’s Cpanel? This three-way integration is making my head spin.
Any help with this, or even a point in the right direction of a help guide or tutorial would be very much appreciated.
Thanks!
]]>Versions:
WordPress: 5.8.1
WordPress MS: No
PHP: 7.4.9
WP Mail SMTP: 3.1.0
Params:
Mailer: smtp
Constants: No
ErrorInfo: SMTP Error: Could not connect to SMTP host.
Host: vps.remo100porcento.com
Port: 587
SMTPSecure: tls
SMTPAutoTLS: bool(true)
SMTPAuth: bool(true)
Server:
OpenSSL: OpenSSL 1.0.2k 26 Jan 2017
Debug:
Email Source: WP Mail SMTP
Mailer: Other SMTP
SMTP Error: Could not connect to SMTP host.
SMTP Debug:
2021-10-05 12:23:06 Connection: opening to vps.remo100porcento.com:587, timeout=300, options=array()
2021-10-05 12:23:06 Connection: opened
2021-10-05 12:23:06 SERVER -> CLIENT: 220 vps.remo100porcento.com ESMTP Postfix
2021-10-05 12:23:06 CLIENT -> SERVER: EHLO www.remo100porcento.com
2021-10-05 12:23:06 SERVER -> CLIENT: 250-vps.remo100porcento.com250-PIPELINING250-SIZE 204800000250-ETRN250-STARTTLS250-AUTH PLAIN LOGIN250-AUTH=PLAIN LOGIN250-ENHANCEDSTATUSCODES250-8BITMIME250-DSN250 CHUNKING
2021-10-05 12:23:06 CLIENT -> SERVER: STARTTLS
2021-10-05 12:23:06 SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
2021-10-05 12:23:06 Connection failed. Error #2: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed [/home/remoporc/public_html/site/wp-includes/PHPMailer/SMTP.php line 468]
SMTP Error: Could not connect to SMTP host.
2021-10-05 12:23:06 CLIENT -> SERVER: QUIT
2021-10-05 12:23:06
2021-10-05 12:23:06
2021-10-05 12:23:06 Connection: closed
SMTP Error: Could not connect to SMTP host.
In the other thread, a user posted that it could be the OpenSSL version, which should be upgraded from 1.0.2k to 1.1.0+. Would it be this?
]]>Error is here: /public_html/wp-includes/pluggable.php:171
“function wp_mail( $to, $subject, $message, $headers = ”, $attachments = array() ) {”
there is a conflict and all SMTP plugins can’t extend wp mail function. all smtp plugins not working.
2 sites are gone. Please help
]]>I am doing some dev work on a WordPress website, and we would like to be able to create custom emails using the wp_mail() function. Currently the plugin is set up to work with outlook, the email tests work, and any contact forms that are being used are working as well.
We are building a quiz where your answers will be graded, we request the user to enter their email before they can see the results. Once they have entered their email the results will be displayed and an email should be sent to them that also holds the results. I have tried a number of ways of trying to call this function within the divi code module where you can use JS.
Can anyone help as to where I am going wrong or what can be done to be able to use this function. I have read the docs about this and many other articles, but none of them seem to really explain how you can call this function, or how it needs to be set up in the php if that is something that needs to be done. Any help that can be offered would be greatly appreciated! Thanks in advance
]]>