You didn’t say how you’re sending emails, but if you’re using wp_mail
, this is how you change the type to text/plain
:
function wp_set_mail_plaintext() {
return 'text/plain';
}
add_filter( 'wp_mail_content_type', 'wp_set_mail_plaintext' );
Related Posts:
- SMTP connect() failed PHPmailer – PHP
- What is the difference between ports 465 and 587?
- Email validation in Ruby on Rails?
- Do something after sending email
- How do I customise the new user welcome email
- How do you update user_email on the front end in WP 3.3?
- User Without Email?
- Email confirmation on registration
- Customizing lost password email
- How do i send mail with custom Form Data using WordPress
- Fwd: [Website Name] Notice of Email Change [closed]
- Send all WPMU emails via SMTP
- Send a confirmation of user role upgrade conditionally
- Locked out of my own blog and password reset not working
- email wordpress users using BCC
- email sends from [email protected] even though I have it set to something else
- How to add line breaks to $email[‘body’] when using auto_core_update_email hook
- How to sent one form values to 2 different sites in wordpress
- General Setting Allow Multiple Email Notification
- How to validate website field in contact form 7?
- Trigger WordPress Actions from Email?
- How to change WordPress email notification sender?
- Contact form sender email
- WordPress Add New User – Send an Activation Email
- Send email only upon draft
- Sending emptys emails every day, How stop it?
- wordpress do not let user registered with info@ email and other reserved emails to get registered by users
- Emails marked as spam because it’s contain via box4231.bluehost.com
- How to change the text of automatic E-Mails e.g. after changing your password? (German localization)
- Limit number of emails per second
- WordPress reset password email is not working – woocommerce and checkmail does work
- How do I make WordPress send an email to the user when his account gets approved (manual by me)
- Throttling email frequency
- User registration email and let user choose pasword
- Correctly configure SPF/DMARC record to work with WordPress [closed]
- Share pdf with a friend via email [closed]
- 2 Email addresses for each user
- Emailing passwords: Setup installed on home server using XAMPP
- Mail function is not working
- How to set up a simple email subscription?
- PAGE Specific Email Notifications
- Email user on WordPress upgrade
- Send bulk emails without timeout
- How to send post notification when a Author and Contributor post?
- Change the Sender(not From) on wp_mail() function [closed]
- Is Postfix required for WordPress contact forms in general?
- WordPress get_the_content losing formatting when emailed
- Mailing list sign up form without plugin
- Retrieve duration since sign up
- Adding “reply-to” in the email [closed]
- WordPress Won’t Send Email When a User Register
- Is it possible to not receive email notifications for comments?
- How do I troubleshoot registration/password email errors?
- Confirmation required on users email change
- Email address used by website but I do not know where
- wp_mail not sending email on custom function
- Changing wordpress admin email [closed]
- Change email address change notice from WordPress
- Getting image in mail
- Send email daily using `wp_mail`
- How to send confirmation email after payment made via paypal?
- WP stopped emailing notifications about new comments
- How to change the format of the subcriber email
- wp_mail() won’t send mail when it’s a variable, only when hard coded
- WordPress and IPN problem
- Send email for confirmation during user registration
- I just had an email from wordpress. what does it mean?
- Alternative to email notification system?
- phpmailer reply to message id using AddCustomHeader
- About Custom Email Template Design Responsive
- How to recover one of WP email addresses?
- Send email using wordpress plugin on behalf of someone with their permission
- How to apply a function to the value $email of get_user_by to override email_exists?
- Remove wpautop from retrieve_password_message
- Use [from-email] from the contact form as sender’s email
- WordPress won’t let me change my administration email address
- wp_mail send multiple emails in a loop
- Can’t change headers / From for wp_mail()
- How to customize ‘WordPress’ in sent email using wp_mail function?
- How can I send an email to a user when a post in their category changes
- New user notification issue
- E-Mail Notification on post edit
- Notification Email Address not changing
- Why do WordPress emails to multiple recipients include \n in the list
- Whitelist email sent by WordPress
- Contact forms not sending mails
- delete of @ in emailaddress when starting unsubscribe link in url
- Showing “diaplay_name”
- Send Custom Post Notification to Followers
- Get emails of register user in WordPress
- Send email from WordPress
- Email setting in wordpress
- Not able to override pluggable function with a mu_plugin
- Display “a generated one [avatar] based on their e-mail address”
- Allow users to register as a higher role than default with code
- Send email once every 12 months to a particular user [closed]
- Where does email sent to *@example.com go? [closed]
- How to send emails and avoid them being classified as spam?
- How to change the WordPress email icon?
- What’s the optimum way to collect users’ email id?