The email tag has no wiki summary.
-1
votes
0answers
6 views
Sharepoint like plugin for wordpress [closed]
I created my website (not blog) with wordpress. We want to use it for collaborative work. I like Sharepoint and I wonder whether asimilar plugin exists for wordpress and which allows to create tasks ...
-2
votes
1answer
30 views
Woocommerce Emails not being sent
I would like to know the best way to debug email issues in woocommerce when the mails are not being sent for any account/Order related processes.
Thanks
0
votes
1answer
34 views
How can I insert a dynamic URL in my email template?
I'm not sure if that's even possible, but I thought I should give it a try.
I'm using WP Better Emails plugin in order to create HTML emails for my buddypress website.
I want to add to the footer an ...
1
vote
1answer
38 views
Wordpress front-end post form and email after
I have coded a front-end form that posts to a custom post type, i have a form input field for an email and when the form posts to the custom post type i want an email sent to the email address ...
-1
votes
3answers
447 views
Follow Blog via Email [closed]
I'm looking for a plugin to allow people to follow all blog entries added to my blog.
Similar to how this blog has it (at the bottom of page you can enter an email address)
...
0
votes
1answer
111 views
Add “Email Image” button with Hyperlink for individual images
I use NextGen Gallery in combination with "Share My Gallery" and "prettyphoto Media" plugins to create and display image galleries that allow visitors to share individual images. I would like to add ...
0
votes
1answer
20 views
Send email for confirmation during user registration
I am very new to WP.How does a confirmation mail is sent during user registration.Is there any services being worked out here. is this a free service using php for any plugin.
0
votes
0answers
23 views
Wordpress email notification using address with plus sign
So I've managed to change mail_from used by WP to send e.g. new comment notifications by adding filters like that:
add_filter('wp_mail_from_name', 'get_name');
add_filter('wp_mail_from', ...
2
votes
0answers
40 views
WP Cron emails not working
Running wp 3.5.1.
I have 2 plugins that work in part. They do everything nice. If I click to send emails, they send the emails. However the scheduled emails are not being sent.
The plugins are:
...
-1
votes
0answers
16 views
Wordpress plugin downloadable content only for subscribers Question:69251 [closed]
Anyway,the issue below:
Downloadable content only for subscribers?
i found it useful as i need the further information of how to implement A Whitepaper download files in a site.
i wanna ask @javipas
...
-1
votes
0answers
16 views
How to add second email into billing page in WooCommerce?
I'm new to WooCommerce and PHP, so I've faced problem. Now by default after user has checkout he recives a latter with a list of things he ordered. Now I need to give a customer abuility to send that ...
0
votes
2answers
184 views
Downloadable content only for subscribers?
I'd like to use WordPress to set up a whitepapers site. Any user can check the main site with a list (blog format) of white papers available. But if a user wants to download any whitepaper, he has to ...
0
votes
0answers
27 views
How to get Internal Date Message Attribute in php - wordpress admin init hook
I am writing a wordpress plugin and need to show recent emails on plugin page.
I am using IMAP and want to keep track of UID, UIVALIDITY and INTERNALDATE to identify newly arrived emails but i don't ...
0
votes
1answer
129 views
Email from my theme's contact form doesn't get the reply-to address right
I'm using a theme that has a built in contact form, which has some options (like where the form is sent) set through the OptionTree plugin.
What's happening is, the email gets sent, but the reply-to ...
0
votes
2answers
2k views
General Setting Allow Multiple Email Notification
WordPress Version: WordPress 3.2.1
Settings -> General
http://www.hopekl.org/wp-admin/options-general.php
I would like to have multiple email address in the Email Address textbox.
I tried ...
1
vote
1answer
36 views
email sends from wordpress@domain.com even though I have it set to something else
My wordpress settings email is contact@domain.com. When I search my entire database for the email of wordpress@domain.com, it does not exist.
Yet my registration emails are still sent from ...
0
votes
1answer
42 views
send bulk emails without timeout
I am developing a plugin that sends emails out to users. I am having difficulty in finding the most performance enhanced way to send these emails out and prevent a server timeout. In other words, I ...
0
votes
0answers
7 views
send email on update in post [duplicate]
when i try update any post both the event are firing and getting two mails.
1 st one about update in post.
2 nd about new post creation with same name.
actually, iguess at the time of update event i ...
1
vote
1answer
261 views
Stop wordpress from sending out moderation emails
This question was originally posted at stackoverflow: http://stackoverflow.com/questions/11435952/stop-wordpress-from-sending-out-moderation-emails but after a tip from @MaxGherkins I'm posting a ...
2
votes
1answer
219 views
Check if post is being published for the first time, or is an already published post being updated
I am building an add-on to an events module that checks for availability, since there wasn't a function for that in that module. Now that I have built the logic, there are three emails I will need to ...
2
votes
3answers
335 views
Sends out email to admin
Are there any plugin or code that sends out a email to me (admin) when a author or writer publish a post?
0
votes
0answers
42 views
Emails not getting delivered to Hotmail addresses
Recently Hotmail users are unable to receive their password email when they register or use the "Forgot my password" link to get a reset link emailed to them. So far this is only a problem for ...
0
votes
2answers
100 views
Include HTML template file in wp mail
I'm using wp mail to send an html email. But there's quite a lot of html code in the email, so rather than including all the code in my wp mail function, is it possible to have the code in a separate ...
-2
votes
0answers
13 views
I need a plugin to notify a mailing list about new comments or new articles added to the site [closed]
I've made a site for a cultural association, when there's a private page where news about the association are posted.
I need a plugin to send a notification to a specific mailing list when a new ...
3
votes
1answer
3k views
Customizing the Subject Field in WordPress' Notification Emails?
Can I customize and edit the subject field in the "Password Reset" notification mails sent from our multisite blogs? I have tried some plugins like My brand login and white label CMS etc. But I can't ...
1
vote
1answer
48 views
Send mail to wordpress admin
I have a page on my wordpress site that has some fields to be filled by visitor. On the click event of 'submit' button, all the details filled by visitor should be mailed to the wordpress admin.
I ...
4
votes
3answers
4k views
changing notification emails from WordPress <wordpress>@mydomain.net to something else
How do I change notification emails address from WordPress @mydomain.net to something else.
I want to do this because WordPress @mydomain.net ends up getting flagged as junk mail.
Thanks
Daniel
0
votes
0answers
30 views
Correct process for updating custom field and sending email on form submit [closed]
I've built a client admin area where I want clients to be able to accept or decline contracts. If they click the accept button it updates a custom field to say it's been accepted, but I can't work out ...
7
votes
3answers
985 views
Alert Email when any Post or Page is Changed
Is there a way to have Wordpress email me whenever a Page or Post is Published?
0
votes
1answer
83 views
Create WP account from an external email form submission?
I have a single email field form on a static, 1 page html website which upon submitting, I would like it to pass the entered email to a WordPress install to use as an email for a new account. The html ...
2
votes
2answers
65 views
How do I allow users to follow a post and then allow admins to email all users who have followed that post?
I'm looking to build out the following functionality, but I'm having trouble finding any help on it:
user follows a post > user's email is pulled into an admin page and associated with said post > ...
0
votes
1answer
42 views
get_user_meta() doesn't include user email?
I simply wonder why <?php var_dump(get_user_meta(4)); ?> doesn't contain an email address of the user. Instead I have to use
get_userdata(4)->user_email; to query the email of the user.
...
0
votes
2answers
96 views
One comment per user email per post
i have this code to limit the comments per user.
<!-- #only one comment -->
<?php global $current_user,$post;
$args = array('user_id' => $current_user->ID,'post_id' => ...
-1
votes
1answer
77 views
I want to Add My Product Image to Admin Order Email in Woocommerece
I want to Add my product image (product which is ordered) in a thumbnail form to recognize the product easily by admin, in Admin Order Email.
2
votes
4answers
798 views
Overriding the default WP Multisite notification e-mail
Is it possible to hook in and override the default notification message for WP MS? I know the message being sent out is in /wp-admin/user-new.php
if ( is_multisite() ) {
function ...
1
vote
2answers
309 views
Locked out of my own blog and password reset not working
I have my own Wordpress installation for my infrequently updated blog.
I have a habit of forgetting my password so have to request a new one and reset it every two to three months.
I've done it ...
-1
votes
1answer
158 views
Adding a second email address to a completed order in WooCommerce
Before I ask this question, I know there is a (legitimate) hesitation to answer questions here about Woo products since they have their own support and their users should be encouraged to use that. I ...
0
votes
1answer
45 views
How to add a button to check the emails of my domain?
I am looking for a button in the main menu that I can click it and then can send me to ask my email and password and after I put it I can see my emails from my domain.
Why?
Because I have workers ...
0
votes
0answers
43 views
Does the php mail() function work in Wordpress?
This relates to another question I posted here but it's a
different matter so I hope people don't think I'm double posting.
I have an email form in Wordpress like this.
html
<form action="" ...
0
votes
1answer
47 views
Adding attachment file name to email link
I'm doing up a photography site where each post is a photo project, and each post attachment will be displayed on its own attachment page (linked to from the main post page).
On the attachment page, ...
0
votes
1answer
174 views
Turn off admin emails for new user registrations
How can I turn off email notifications for the user and admin when a new user is registered?
I've seen a few suggestions and plugins but none appear to work. One was to take the function from one of ...
0
votes
0answers
19 views
How can I add an email confirmation field upon registration so that the user has to type his email twice?
I would like to confirm email address is typed correctly.
1
vote
2answers
72 views
How to set up a simple email subscription?
I am working on a new Wordpress site, and I want to have a placeholder "under construction" page while I'm setting it up that has a link to subscribe to an email service. The subscription service ...
3
votes
3answers
319 views
Email Notifications of new posts to users - suggestions
I currently am using the Subscriber2 plugin to send email notifications to subscribers of new blog posts, but that plugin has not been working properly for a while on my site.
Can someone suggest ...
0
votes
1answer
154 views
Contact Form 7 Plugin emails not being received by some accounts
I am using contact form 7 to send an email form. I receive them, but my clients' email addresses - one at the host and one at gmail, never do. They claim that none of the messages end up in their ...
1
vote
1answer
124 views
Notify comment author upon reply
To improve communication between guest commenters and authors, I am fiddling with a script that sends an email to the author of a comment when it receives a reply.
Here is how the code looks so far:
...
0
votes
1answer
71 views
how to run loop in function.php that sends email based on specific conditions?
So far this code works if I run it as a page in WordPress. I am trying to send my user email updates when I publish a post with with a specific tag. The users can choose if they want to receive the ...
0
votes
1answer
61 views
Not able to override pluggable function with a mu_plugin
I'm trying to modify the email that's sent to users when they are invited to join my multisite network. Understanding I can only use the pluggable function, how do I override the default email with a ...
0
votes
2answers
128 views
Create custom welcome email without a plugin
Is there a way to customize the email content and subject for the welcome and verification emails sent during the registration process for Wordpress? I'd like to hook or filter in without using a ...
0
votes
0answers
40 views
Unable to receive password recovery e-mail for certain e-mails [closed]
My client is unable to get her password recovery e-mail, and my project manager was unable to get hers via her company e-mail.
However here is the weird part:
My Project Manager can get the recovery ...

