The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
73 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 ...
0
votes
2answers
80 views

Auto 301 to full post permalink? (using : /archive/%post_id% to %post_name% )

I have updated my permalink structure to /archive/%post_id%, but if someone uses a URL like /archive/456857 instead of the full URL of /blog-test, WordPress shows the post without giving a 301 to the ...
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
40 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
vote
1answer
39 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 ...
1
vote
1answer
36 views

PAGE Specific Email Notifications

Is there a plugin, or a way that I can set a PAGE that has comments enabled to send an email notification to my subscribers? I don't want to enable email notification for all my pages that allow ...
0
votes
1answer
20 views

Overwrite CSS of Instaemail plugin popup

I am using instaemail plugin on my wordpress for sending a post by email and I am trying to customize popup window, but seems that I can not overwrite Id or I don't know how to do it. Same popup you ...
0
votes
1answer
41 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 ...
0
votes
1answer
43 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
1answer
114 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
131 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
1answer
32 views

Changing old email to new email, lost the password

Help! I have been accepted to write a blog for our local newspaper, The Rolla Daily News, in Rolla, MO. I cannot access my wordpress.com blog. We moved from a rental house in the country to a new ...
0
votes
1answer
77 views

Avoid too long words in a post title, post content or comment but only if its not a url

I want to prevent users from posting things like "aaaadfgdfgsdfgdaaaadsfgsdfgaaasdfgdfaaadfgsdfgaaaaaaaajahkjhkahkkjkjhaa..." which would not only be annoying but would certainly break the content div ...
0
votes
1answer
92 views

I just had an email from wordpress. what does it mean?

I just had this email from WordPress: A new pingback on the post "Contact Us" is waiting for your approval http://clickcomputers.org.uk/contact-us/ Website : Click Computers » Post Topic ...
-1
votes
1answer
168 views

New User Registration email

I am receiving an email notification whenever a new user is added to my site. I need to change the default 'send-to' address. It is using a personal email, rather than my 'webmaster' email. Where is ...
2
votes
0answers
45 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
vote
0answers
302 views

Sending all emails using SMTP

I tried using both Configure SMTP and WP Mail SMTP to send all domain emails through my donotreply Google Apps email address, but neither plugin worked. Attempting to send test emails through either ...
0
votes
0answers
25 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', ...
0
votes
0answers
28 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
0answers
45 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
0answers
44 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
0answers
20 views
-1
votes
0answers
19 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 ...