I'm working on a website using WordPress/"Elementor Pro" and the "WP mail SMTP" plugin for email. The problem started a few days ago: We have a form for our clients, but once they finish filling it out and click send, they do not receive the verification email and we do not receive the completed form. This is the error i see when i try to submit the form my self: enter image description here Where are using Cloudways as server with "Elastic email", I've already put the configuration the Bot told me but still doesn't work. Some are telling me that it could be a plugin error, but i don't know.
WordPress won't let me send or receive emails, how can i fix it?
413 Views Asked by Fran García At
1
There are 1 best solutions below
Related Questions in WORDPRESS
- How to add the dynamic new rows from my registration form in my database?
- Wordpress Site - pages have low text-HTML ratio
- wordpress delete unwanted location
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- How to change woocomerce or full wordpress currency with value from USD to AUD
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Caching private wordpress rest endpoints
- How do i get my close button to work on a popup?
- SQL query to get student enrolled in this month in a course - Moodle
- What wordpress plugin prevent sharing of contact information amongst users?
- Password protected or private URL one-time viewable video access
- Download button not working in wordpress website. How can solve it?
- WP toolkit problem after deleting wordpress site manually
- TypeError: Failed to execute 'arrayBuffer' on 'Blob': Illegal invocation - Insert blob into database
- New Order Email Details Missing // Woocommerce / Woocommerce Bookings
Related Questions in PLUGINS
- Chrome/Firefox plug-in for automatically opening the dev tools and executing code in the console
- Creating a modal window in product edit page in Shopware6 and saving data to custom table(repository) from a form within the modal window
- Swiper.js moves slides outside of viewport/page
- Responsive Lightbox & Gallery issue
- Unity - How to add C++ file directly to be used as a Plug-in
- Can not switch camera while recording with camera plugin, setDescription working but preview doesn't change
- can anyone help me for NSIS Script I have a case where I need to check cases can be 3.3 3.42 23.5 23.56w 3.467 999.999 999.99a but not 1.b or 8..a
- How can I know if a vscode intelliSense suggestion is visible?
- Loader / Spinner infinite | Filter Everything Pro
- HTML Not Rendering and Displaying as Plain Text on Frontend with Ninja Forms in WordPress
- I want to run my own interface that I coded with Python in RoboDK
- How to redirect uploads from customers to go into specific folder?
- TestNG update related issue
- Co Author Plus: Need to add co authors names with link
- JS-issue "undefined query" when trying to create chrome-plugin
Related Questions in ELEMENTOR
- Issue to click an Ionic button with protractor
- protractor console shows different than elementor console
- Wordpress Elementor JavaScript bug
- Elementor is not starting
- Elementor page builder shortcode issue
- HTML OnClick image source changes in web, but not mobile
- How to add social Icons in mobile navigation using elementor
- Display a dynamic dropdown from custom PHP code inside Elementor Form in WordPress
- How to show a widget only to customers who bought a product in WooCommerce (with Elementor)?
- Sites page load times are extremely slow
- How do I get rid of the “Cart Summary” heading on woocommerce_cart?
- I wanted to know how this design is done on wordpress
- Woocommerce - Query filter author product
- Build custom Elementor Widget-Wordpress (not showing)
- Function customisation issue (click to show below section)
Related Questions in CLOUDWAYS
- Tailwind css not working in root page in CLOUDWAYS server
- Deploy Shopify App in Cloudways - Remix Template
- Troubleshooting WordPress Plugin: Node.js, WebSockets, and WebRTC Integration on Live Server
- Calls to Yii::$app->user->[anything] are yielding an "Undefined variable: user" error
- Keep the .env file in production server on git deploy
- Invalid radix-10 number (at character 1) in flutter
- CodeIgniter cron job Every minute(*****) not working in cloudways
- .htaccess proxy monorepo apps in Cloudways
- Correct rewrite rule for Cloudways geoIP
- Laravel on Cloudways - Installed phpMyAdmin but Getting 404 Error
- Doctrine Extension working locally but doesn't work on the live server
- WordPress won't let me send or receive emails, how can i fix it?
- PHP Fatal Error: Failed opening required 'wp-salt.php' when running WP-CLI command as cron-job in crontab
- How to enable Inertia on CLoudways
- Next Js page hosted in cloudways server showing 404 error
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Using Cloudways Addon
If you are using Cloudways, then you can utilize their SMTP Addon.
https://support.cloudways.com/en/articles/5130857-how-to-activate-the-custom-smtp-add-on
It wont require SMTP plugin on your site.
Using WPSMTP Plugin
If you like to take care of the SMTP on your site then use WP SMTP plugin and configure any transactional email service as Cloudways don't allow PHP mailer so if you have WP SMTP configured to deliver email using PHP then it may not work as expected. Make sure you are not using multiple SMTP plugin.
How to test the Email?
Go to https://www.mail-tester.com/
Get a disposable email and try sending a test email via WP SMTP plugin.
If you receive the email successfully, check the SPAM score and fix the issues pointed by mail-tester.
The more score you get, the more chance you have to hit the inbox.