Questions tagged [email]
It is possible to send email from WordPress using the built in `wp_mail` function. Several filters and hooks are available for additional options. There are plugins for extensive functionality, such as sending bulk mail like newsletters.
760 questions
0votes
0answers
36views
Sending a Screenshot of a div via Email
First apologies for any typos and such, as I am visually impAIRED. I have a page created that allows a user to create a chart using sliders. The idea is they can then download the chart as a PNG image,...
0votes
0answers
41views
Emails to a Non-Existent Email Address
I'm not exactly sure where to put this but... I have a Wordpress.org installation for my website. I don't have any email addresses set up with my host for that domain but I've been getting spammed by ...
0votes
0answers
27views
How to edit text of new user email?
On my WordPress website (6.6.2), I would like to edit the current automatic new user email template. Actually I don't want to delete the current content, but I just want to add some text. Thanks for ...
0votes
1answer
42views
Emails from [email protected] fail authentication when a new user is set up [closed]
I set up a wordpress site with custom email. Setup SPF, DKIM and DMARC on my DNS and the emails such as [email protected] go through fine. When I create a new user on the site, that user gets an ...
1vote
1answer
56views
Why are users not receiving registration emails from my website?
I have a strange situation with my websites and I wonder if anyone can help. I have 4 websites, 2 websites used for testing (real domains on a live hosting plan, not a local staging site) and 2 live ...
0votes
1answer
44views
Wordpress admin area not sending mail (but works with WP Mail SMTP, Test Mail, and PHP mail() function)
My wordpress admin area does not seem to be able to send mails. For an example, I tried to change the admin mail address, but I never received the confirmation mail and had to use the plugin Change ...
0votes
1answer
189views
Send and receive emails with wp_mail() for WP User (like Mailserver)
I have developed an app, which is connected to my WordPress Backend. I would like to provide my User (WP User) an email function to send and receive mails without using a dedicated email account (...
0votes
1answer
47views
Send emails to individual subscribers when CPT post is deleted (trashed)
The context On my site I have a custom post type (project) where visitors can subscribe to a post and get various notifications via email. My site is hosted locally right now and I am using Mailhog ...
0votes
0answers
62views
Disable Email Register form
Disable Email Register form account. I want my customers to sign up with an account and password but without email Wordpress allow this ?
0votes
1answer
152views
Email notification when registred user clicks a link/visits page
Wordpress- I need to get an email which signed up user visited/clicked on link/button/or visited specific page. Email needs to tell me at least their username, or something from sign up form from User ...
0votes
0answers
20views
Condionally/limited emails from system (cantact-form, registration, passwd reset)With
With: add_filter( 'wp_mail_from', 'my_mail_from' ); function my_mail_from( $email ) { return "[email protected]"; } add_filter( 'wp_mail_from_name', 'my_mail_from_name' ); function ...
0votes
1answer
71views
UsesWP plugin prevent blocks notification mail for a new user
On a fresh-brand-new-blank wp, I've installed "UsersWP plugin" and it works well. But it sounds like as soon as the plugin is activated, the mail to the admin for notifying him a new user is ...
0votes
1answer
130views
How to implement my product variations/attributes in my contact form 7 email?
I'm working on a website that is using woocommerce and yith to add product variations. When the customers wants to buy something, he will have to choose between some product attributes, like the size, ...
0votes
0answers
47views
set up User email verification after Signup in wordpress theme
I want to set up User email verification after Signup on my site www.availabler.com in wordpress theme. tried multiple methods but no luck. Please assist.
0votes
1answer
649views
How to edit the new user email notification template
Hello :) I am hoping someone can help me resolve my issue or guide me in the right direction to resolve it. On my WordPress website, I would like to know how to edit the new user email template that I ...