The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
222 views

Allow users to create their own feed from selected categories?

I've been wandering around on the web for the last couple of hours wondering if there's a way to allow users to build their own RSS feed by selecting categories within WordPress, that could then be ...
1
vote
1answer
290 views

email wordpress users using BCC

I am currently using the below code to email users when a new post is published, but I need it to BCC all users and not TO all users. Any ideas? function email_members($post_ID) { global $wpdb; ...
1
vote
2answers
848 views

How do you update user_email on the front end in WP 3.3?

I am using the following code and everything in the user profile is updating except the user's email. In the template: global $current_user, $wp_roles; get_currentuserinfo(); /* Load the ...
0
votes
1answer
160 views

Is it possible to not receive email notifications for comments?

I created several blogs. Two are sites I maintain but others are sites I created for other people and I retain administration access to them just in case they need me to go and fix some page, but I ...
1
vote
2answers
329 views

Wordpress E-mail Config

For built-in Wordpress functions such as the "forgot password" option, where is the SMTP server configured? Does it just default to the local daemon? What e-mail does it send messages as?
2
votes
1answer
512 views

Encrypt emails?

We need to maintain HIPPA compliance for forms on our website that are currently mailed to an internal email address. While the user/customers provides the info over HTTPS, we still want to make sure ...
0
votes
1answer
134 views

Use of antispambot with $curauth->email

This is probably pretty simple, but... I want to use the WP function antispambot not on get_the_author_email but on a value in a field I added to User Profile called publicemail. Everything I've ...
2
votes
1answer
310 views

Post Via Email to a Custom Post Type

I have a scenario where we would like to post to our blog via email. However, it needs to be to a custom post type. I've done a bit of research but haven't found any examples or ideas on how to do ...
0
votes
1answer
62 views

Plugin to email a post or page to someone

Is there a plugin that will allow visitors to email a page or post to someone? I found WP-EMail but it was updated last on April 2010 so I'm not sure if I should use it.
1
vote
2answers
466 views

Adding second Email address for WP user notifications

The WP systems sends a lot of mails to authors. There also plugins who use email notifications for authors. But, let say I have a user, who is managed by two persons (because it's a company, an ...
6
votes
2answers
458 views

Confirmation required on email change

I'm just wondering why wordpress doesn't send confirmation mail every time user change his/her email address. How do we know that email address is not fake or mistyped? So can anyone give me some ...
0
votes
1answer
394 views

How do I attach an invoice PDF to an email in the Dukapress plugin for Wordpress?

I'm using the eCommerce plugin Dukapress for my WordPress website. I want to attach the invoice PDF to the admin's email, but I'm not sure how to go about this. I'm under the impression that the only ...
1
vote
1answer
1k views

Setting Custom Email From name and email address in wp_email()

I am writing a custom plugin that sends an email to users from admin/front end section. I am using wp_email() to send emails and emails are being sent fine. I am testing this on a plain WP ...
0
votes
1answer
200 views

How can I add user profile fields to my mailpress mailout

I want to be able to send emails to my subscribers but reference their name in the email and possibly some other profile fields. Can I do this using mailpress? So for example. I want each email ...
3
votes
2answers
3k views

Get user id from email?

I'm working on an email system, and I'm onto the unsubscribing stage. Since most of my users would not know their user ID, I'm asking them to put their email into a text box (definitely preferred, ...
0
votes
2answers
115 views

Choose User to email when adding a new post?

I am trying to find out a way to "email" users when a post is made? It would be nice to have a drop down menu or check box to check to "email that user" when Publishing a new post?? So I can just ...
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
2answers
387 views

If new comment posted in custom post - send notification to custom email from custom field

I have custom post type "Art masters". Each post is master's profile. In their profiles isset custom fiels name "master_email". I need to send for master email notification every time if new ...
0
votes
1answer
341 views

Can't add mailto link in page [closed]

Whenever I add a mailto link (<a href="mailto:alias@site.com">alias@site.com"</a>) in a blog post or through the admin edit page (HTML interface, not visual), WordPress will incorrectly ...
0
votes
1answer
78 views

CPT Metabox with email notification

I have a custom post type just for contacts, I want to create a metabox with the contacts birthday and have it notify the site admin when it comes up (Or a day/week/month before the date if possible). ...
0
votes
1answer
91 views

Wordpress Post via e-mail writes a random string for the post body

This is my first time using Post via e-mail on Wordpress. I set up the e-mail with googleapps/gmail such that the e-mail server is ssl://pop.gmail.com:995 with the associated username and password. ...
1
vote
1answer
114 views

What is a good free subscribe list?

I tried 3 different plugins and they ALL didn't work. I would like a plugin that allows me to put a widgit into the sidebar. Configure a redirect page to say thank you and a way to get a list of the ...
0
votes
2answers
826 views

Automatically send an email to list when blog is updated

I am trying to implement a system where a user makes a blog post (to a set category) and as part of that sequence, or in addition to, it does the following: Create a new email based on a template ...
0
votes
1answer
39 views

Wordpress automatically removes emails from content? [closed]

Is there some kind of filter or other function in Wordpress that removes email address’ from the content when creating a new site? I’ve a site with some contact information on them and every time I ...
2
votes
2answers
113 views

Obfuscating Email Addresses in Form Fields

I'm writing a WP Theme where registered users can email post authors sending them en email from the post's page itself. So I created a contact form in which I get the user and author infos and emails ...
0
votes
2answers
252 views

plugin for emails to prevent spam but also let mailto working?

I'd like to have the emails displayed on my pages/posts in such a way that they to not be able to be read/used by bots/spammers. So for instance I can use some plugin which replace "@" with "[at]" and ...
0
votes
1answer
76 views

Generate Email if No Posts Within Time Period

I want an email to be sent to a specific list of email addresses if/when there have been no posts on the blog within the past 1 week. Any ideas on how I could do this?
0
votes
1answer
131 views

How can I get list of emails of users who commented on a post?

What I want here is simple, but I'm not really sure how to approach it. I have a tournament website based on WordPress, where users sign up for a tournament by commenting on a post. The problem is, ...
1
vote
2answers
223 views

How to bulk send emails

I should send thousands of email in reaction to a specific event, so the email sending is not manual but it's automatic. The server where is hosted my website has an hourly limit for email sending ...
1
vote
0answers
233 views

WP Autoresponder plugin send email problem [closed]

I'm trying to use Select WP Autoresponder plugin to make a newsletter for my blog the problem is that this this plugin is not sending emails. I have tried to send email using new broadcast and the ...
1
vote
1answer
2k views

Email confirmation on registration

I have set up the registration form using this chunk of code: wp_create_user($username, $password, $email); Note that i have did all kinds of validation before use this code. The registration is ...
3
votes
2answers
379 views

Notify commenters about new replies

Is there a plugin to notify commenters of one post to receive emails about new comments made on that post? Only commenters who entered emails will be notified.
1
vote
2answers
243 views

Tag subscription option in wordpress. How?

I love stackexchange's tag subscription feature. Now i'm receiving email notifications only for the topics i'm interested in. I would like to have this feature in my wordpress site. Is there any good ...
1
vote
1answer
785 views

Sync User to cPanel webmail?

I have a client who's site is built using WordPress. The account is using cPanel with webmail accessible at domain.com/webmail. They have 2 email accounts setup (user1@domain.com and ...
-1
votes
1answer
891 views

show a little contact form in homepage without plugin

I need to create a very simple contact form in the homepage with just 3 fields.Is there a way for showing the contact form without a plugin? I dont want to create a page with a contact form template ...
0
votes
2answers
257 views

Need to manually regsiter user, send the password and retreive their user ID

I'm writing a custom signup script for users to register with on my MU-setup. One problem I'm having is that wpmu_signup_user() sends the password activation email but it doesn't return the user ID ...
2
votes
4answers
809 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 ...
0
votes
1answer
155 views

Extending post by email

Just putting my feelers out on this one, I need to be able to accept incoming emails and add them as posts, however I want to be able to do a bit of processing first, for example I want to change the ...
1
vote
1answer
2k views

Ability to download only after email supplied

I would like to have a page with downloadable items like PDFs, but I would like the user to be required to insert email details before being able to download the files, although he would be able to ...
2
votes
2answers
2k views

User Without Email?

When creating a user in Wordpress an email address is required for that user. The website I'm working on requires that users remain anonymous (it's part of a research study) and I'd consider email to ...
1
vote
2answers
206 views

Email user on wordpress upgrade

I'm pretty new to WordPress and i'm trying to customise my theme to send an email to myself when a upgrade is required. I'd rather not use a plugin as this means I have to install it for each ...
1
vote
1answer
2k views

wp_mail not recognizing cc and bcc headers

I am using WordPress 3.1.3 I am getting following notices when I use wp_mail with cc and bcc headers. Notice: Undefined variable: cc in ...
0
votes
2answers
105 views

Mechanism to send to users of secured WordPress install new notifications by SMS or email?

I have a family website, private, requires a WordPress account, in WordPress. Some of my family members would like to get the option for notifications of new posts by email or text message. Email ...
2
votes
2answers
401 views

Send email to Admin when user/member updates specific user/member data

I have previously asked about How to automatically send email to Admin when a user/member changes his/hers profile data. And got some very good answers. Send automatic mail to Admin when user/member ...
1
vote
1answer
171 views

How to sent one form values to 2 different sites in wordpress

I am trying to post values in a form into 2 different urls. Is this possible? Basically i want to have a form send the form optin values into aweber and send a email with the filled in values. I am on ...
0
votes
3answers
191 views

Can Postie be used to submit podcasts via email?

I have a client that wants me to be able to submit (small) podcasts via an email attachment much like the functionality in posterous. Using this site I found such a plugin for Wordpress called ...
0
votes
1answer
309 views

Alternative to email notification system?

Instead of having an email on every comment on a blog post I've wrote, I'm looking for a visual notification on wordpress itself, an "inbox" if you get what I mean. Does that exist? Thanks, Dennis
-2
votes
2answers
300 views

WP can't send newsletters

I'm using ALO EasyMail Newsletter plugin in order to send newsletters to subscribers. I have setup settings which is mainly the email address and try to send an email for subscribers but it doesn't ...
7
votes
3answers
1k 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
62 views

How to parse a huge list of users using a CRON function?

I have several thousand users subrscribed to a WP website. Everyday I need to send an email to each user. The emails are custom generated depending on the data of several custom user profile fields. ...