Questions tagged [wp-mail]
48 questions
-1
votes
1 answer
Problems with displaying formatted emails in Wordpress
By default, wp_mail function does not support displaying formatted emails. For example, notifications of new comments that have formatted text shows HTML-tags displaying like a plain text.
I solved this problem by adding the following code to the…

Yuri
- 55
- 10
-2
votes
1 answer
Changing from php mail() to wp_mail() for submitting form
Recently the hostingprovider has disabled for its customers sending forms with php mail(). Users can submit a form which looks like this, which always worked fine.
How do i change this mail() to send with wp_mail().
I have already installed WP Mail…

Steven83
- 9
- 2
-2
votes
1 answer
SMTP setup on wordpresswith mi clients email
I'm developing a wordpress site for my client. He asked to use SMTP for sending emails. I admit it's my first time setting up SMTP on a wordpress site.
I'm using the WP Mail SMTP pro plugin in order to do that.
He's managing his account on outlook…

בר גבאי
- 29
- 1
- 4