Skip to main content

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.

0 votes
0 answers
7 views

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 ...
John Kravicz's user avatar
0 votes
1 answer
34 views

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 (...
devreklim's user avatar
0 votes
1 answer
35 views

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 ...
dekkyd's user avatar
  • 7
0 votes
0 answers
12 views

I can't insert more than one image when creating a custom email

If I only put one image in the html, it looks correct but when I put the second one in this case recyclingimg.png everything breaks function creacionQR($url, $emailDestinatario, $empresa, $nombre, $...
Miguel Angel Salas8's user avatar
0 votes
0 answers
19 views

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 ?
user242052's user avatar
0 votes
1 answer
86 views

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 ...
Andrej Chalas's user avatar
0 votes
0 answers
9 views

What setting can I change as my email forms don't work with some phones or ESIMs?

I have tried lots of different things but can't get email working from subdomains. If I use something like CF7 the little wheel just keeps spinning for some people in Japan using ESIMs or VPNs from ...
Glen Charles Rowell's user avatar
0 votes
0 answers
13 views

Autoresponder emails go to Spam - Junk folder

we are facing the problem that almost all the Autoresponder Emails we are sending from Nex Form by basixonline are delivered into the Spam or Junk folders of the recipients (yahoo, gmail, and others). ...
Tayyab's user avatar
  • 1
0 votes
0 answers
19 views

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 ...
kornholio's user avatar
0 votes
1 answer
36 views

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 ...
nico's user avatar
  • 25
0 votes
1 answer
81 views

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, ...
sorrow's user avatar
  • 3
0 votes
0 answers
50 views

How to make Contact Form 7 work when injected via AJAX in WordPress?

I am working on a WordPress project where I need to use Contact Form 7 as part of an AJAX response to check if certain data is available. However, I am facing an issue where the form is not working as ...
DiaJos's user avatar
  • 101
0 votes
0 answers
39 views

Customising WP user activation email

I'm trying to customise the default 'new user activation' email, but none of the hooks/filters semm to apply to that specific email. To be clear it's the one that looks like: To activate your user, ...
tristanojbacon's user avatar
0 votes
0 answers
38 views

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.
AVAILABLER AE's user avatar
0 votes
1 answer
43 views

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 ...
Anthony Lucifero's user avatar

15 30 50 per page
1
2 3 4 5
51