Try to add some code to the functions.php like:
add_action('publish_post','send_email');
function send_email() { // write some code with wp_mail function. }
I think you can use the $post
to get the post info.
For comments I guess you can use:
add_action('comment_post', 'send_email');
Let me know if you need some more help!
Related Posts:
- Sending multipart (text/html) emails via wp_mail() will likely get your domain banned
- How to set SMTP programmatically
- 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
- How to Configure SMTP on wordpress Cant Send Email
- How to add line breaks to $email[‘body’] when using auto_core_update_email hook
- Joining confirmation email
- How to setup SMTP for only one specific wp_mail()
- 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?
- WordPress unable to send mail
- Not able to send links in email after setting header
- Emailing passwords: Setup installed on home server using XAMPP
- Mail function is not working
- 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?
- 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
- Email sent from WordPress has HTML tags
- 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
- wordpress wp mail not changing sender mail
- Whitelist email sent by WordPress
- WP Mail isn’t sending user account messages, does send from plugins
- Asynchronous emailing
- Is there a way to embed an iframe in an email with text that updates?
- Disable user registration password email
- “Reply-to Address” Email
- Disable new user notification to admin email
- Mail will not send in HTML
- How to disable automated E-Mail on PHP error/exception?
- Email stats at Ma.tt contact form
- Transferring contact form input to an email account without using an email-proxy
- Contact Form 7 + Configure SMTP: Sender email appearing as my own email [closed]
- Should I use wp_mail or PHP’s mail? [duplicate]
- If new comment posted in custom post – send notification to custom email from custom field
- How do I call wp_mail from HTML?
- How to create a CSV on the fly and send as an attachment using wp_mail?
- Disable WP notifications for commenting on own posts
- Obfuscating Email Addresses in Form Fields
- Send email daily from WordPress site
- Mechanism to send to users of secured WordPress install new notifications by SMS or email?
- How to change the Customer new account email
- How to set custom from email address in wp
- How to send mail from WordPress if one server hosts page and another email?
- How to translate WordPress Emails?
- Disable email confirmation new register bbPress [closed]
- wp_mail() not sending email in multisite subdomain
- Script or plugin to send activation email automatically again after 2 hours
- Google Apps SMTP for WP MultiSite?
- How to receive an email with WordPress?
- Does the WordPress core software handle bounces on system email?
- how to email username and password to admin of new registration
- show a little contact form in homepage without plugin
- reply via email link under each post
- How to differentiate between email subscription list and blog subscription list?
- Sending HTML email containing custom fields to site users from WordPress
- Pass return-path additional parameter in wp_mail
- Auto Log In Users after registration and send confirmation email
- Using PHP mail; getting Header warning
- Send confirmation email when a user’s role is upgraded
- Emailing system monitoring with WP
- WordPress site member verification emails going to spam on Outlook
- Mailing issues with wordpress?
- User Without Email?
- could not call wp_email function twice
- Email verification at a later date?
- Contact Form 7 How to Alter the From email address?
- Custom Welcome Email | WordPress
- Wp_mail doesnt work
- Email Piping using google apps within WP Engine
- Can we validate user email changes?
- Email notification
- User profile update author
- Allowing Loading/Downloading of .mp3
- Contact Form 7 – E-mail message template [closed]
- What is the correct way to send multipart email in wordpress?
- Welcome Email Going to Spam
- Choose from different emails for different purposes
- WordPress wp_mail not working on a few pages
- Admin email value stuck in database?