You didn’t say what the problem is. You certainly should be able to send email using PHP mail or plugins from wordpress.
Is it a security problem? Your password being rejected at authentication? Try using OAuth 2.0. https://wordpress.org/plugins/postman-smtp/
Is it a firewall problem? Are all the SMTP ports blocked? Try sending with an HTTPS API like Gmail or Mandrill. https://wordpress.org/plugins/postman-gmail-extension/
Related Posts:
- How to set SMTP programmatically
- How to setup SMTP for only one specific wp_mail()
- WordPress unable to send mail
- What is the difference between ports 465 and 587?
- Sending multipart (text/html) emails via wp_mail() will likely get your domain banned
- Do something after sending email
- Include HTML template file in wp_mail
- Email sent from WordPress has HTML tags
- Reset Password – change from name and email address
- Few chars getting replaced with ‘=’ in mail content in wp_mail()
- wp_mail recipient array not sending?
- On form submission how to send 2 email to different users
- Contact Form 7 + Configure SMTP: Sender email appearing as my own email [closed]
- How to add line breaks to $email[‘body’] when using auto_core_update_email hook
- Joining confirmation email
- Must I change the admin user email address while changing the general email address?
- User invite email not delivered – related to subdomain?
- Can I configure WordPress to use postfix without a plugin?
- Email ‘from address’ has a www in it
- Trigger WordPress Actions from Email?
- PHP mail() works but wp_mail() does not
- WP mail sent to MS Exchange recipients = occasional email corruption?
- Not able to send links in email after setting header
- Emailing passwords: Setup installed on home server using XAMPP
- Mail function is not working
- Google Apps SMTP for WP MultiSite?
- Send bulk emails without timeout
- What is the best way to send out thousands of emails from a WordPress site? [closed]
- Change the Sender(not From) on wp_mail() function [closed]
- Prevent sending emails on user creation in OOP context?
- Is Postfix required for WordPress contact forms in general?
- WordPress email could not be sent
- Send email daily using `wp_mail`
- wp_mail() won’t send mail when it’s a variable, only when hard coded
- Send email for confirmation during user registration
- Images in wp_mail not showing
- Mailing issues with wordpress?
- Email sent from WordPress has HTML tags
- Send email using wordpress plugin on behalf of someone with their permission
- wp_mail send multiple emails in a loop
- Can’t change headers / From for wp_mail()
- How can I remove the product short description from the WooCommerce Mails?
- New user notification issue
- Why do WordPress emails to multiple recipients include \n in the list
- wp_mail() not sending emails with ajax
- SMTP not working for Comments Email Notifications
- wordpress wp mail not changing sender mail
- WordPress doesn’t send SMTP email even by phpmailer hook
- Whitelist email sent by WordPress
- WP Mail isn’t sending user account messages, does send from plugins
- Asynchronous emailing
- WordPress stops executing code after the require() method
- Sending SMTP mail using a server with self-signed SSL
- Email Piping using google apps within WP Engine
- Send email from WordPress
- Choose from different emails for different purposes
- changing notification emails from WordPress @mydomain.net to something else
- Alert Email when any Post or Page is Changed
- prevent users from changing their email address
- wp_mail and BCC headers
- Allow Duplicate Email Address for Different Users
- Send mail to wordpress admin
- wp_mail not recognizing cc and bcc headers
- email wordpress users using BCC
- Mail not sent when I set HTML headers
- Email notification after registration in WordPress
- Processing a subscription form with POST method?
- WordPress E-mail Config
- wp_mail not sending attachment
- Limit number of emails per second
- Throttling email frequency
- Multisite not using subdomains as hostname in from address when sending emails
- 2 Email addresses for each user
- wp_mail_from is ignored
- PAGE Specific Email Notifications
- How to edit the WordPress e-mail that gives the user their password? [duplicate]
- Do action for only switch status for publish_post
- Programming WordPress to Send an Email on Registration Form Submit?
- How do I troubleshoot registration/password email errors?
- Does WordPress require port 25 for email?
- Is there a plugin that will let you do actions by mail? [closed]
- Getting 400 Error: redirect_uri_mismatch when trying to grant permission to Gmail SMTP plugin
- Changing email “From” address
- Add “Email Image” button with Hyperlink for individual images [closed]
- Mail through Cron Execution does not work!
- Need to suspend RSS feed while repairing missing old post
- How to recover one of WP email addresses?
- Running SMTP Conditionally
- Activation email to change admin address not being sent to Gsuite email account
- Send email with Content-Type text/plain
- forgot password page with expiry link email of 60 minutes
- I need to verify emails when users signup
- Where is the account email address located?
- changing notification emails from WordPress @mydomain.net to something else
- Send Bulk Email without them going to spam
- How can I send an email 24 hours after first email?
- Duplicate notifications for new user registration
- get_post_meta is always empty when I use wp_mail
- Create WP account from an external email form submission?
- Can wordpress users check GMAIL (G Suite) inbox & send email from their membership account on WordPress? [closed]