mattyrob
- Member Since: August 12th, 2005
- subscribe2.wordpress.com
- @mattyrob on WordPress.org and Slack
- Core Contributor
- Plugin Developer
- Translation Contributor
-
Posted a reply to Any limitation on number of recipients?, on the site WordPress.org Forums:
@bruinkid There are no limits in Subscribe2, but WordPress and Subscribe2 are both written in…13 hours ago
-
Posted a reply to Bug? “To” field shows sender email address instead of recipient email address, on the site WordPress.org Forums:
@bruinkid It's 'recipients per email'. That means when set to 1, each email generated goes…13 hours ago
-
Posted a reply to Bug? “To” field shows sender email address instead of recipient email address, on the site WordPress.org Forums:
Subscribe2 can be configured to send emails to your subscribers using the BCC (Blind Carbon…24 hours ago
-
Wrote a comment on the post Feature Project Proposal: Notifications API, on the site Make WordPress Core:
`wp_mail()` is long overdue some attention IMO. Simply the fact that is can't currently handle…2 days ago
-
Posted a reply to Subscribe2 emails going to Junk Mail, on the site WordPress.org Forums:
@dzarelli If nothing else has changed on your server then it might still be related…2 days ago
-
Posted a reply to IP block for subscriber?, on the site WordPress.org Forums:
@bruinkid There is a lockout to prevent multiple requests from the same IP address but…3 days ago
-
Posted a reply to What is the meaning of “Public subscribers” and “Registered subscribers”, on the site WordPress.org Forums:
@bruinkid Correct3 days ago
-
Posted a reply to Avoid breaking pluggable function, on the site WordPress.org Forums:
@sneezry This looks like a good suggestion to me and I'll certainly adopt it for…1 week ago
-
Posted a reply to How to Link to CSS?, on the site WordPress.org Forums:
@alecwordpress Writing a little code is the only way I can think of doing what…2 weeks ago
-
Posted a reply to How to Link to CSS?, on the site WordPress.org Forums:
@alecwordpress I think this could be done using the 's2_html_email' hook in the Subscribe2 API.…2 weeks ago
-
Posted a reply to Subscribe2 emails going to Junk Mail, on the site WordPress.org Forums:
@marycarlson55 Junk email filters scan lots of different things in order to flag an email…2 weeks ago
-
Posted a reply to Move Notification Settings page to User’s Profile, advice, on the site WordPress.org Forums:
@sam11nedj66 / Göran I've managed to abstract my code enough now and have some conceptual…3 weeks ago
-
Posted a reply to Subscribe2 HTML Send Email to Administrators only, on the site WordPress.org Forums:
@clmerle This is not currently possible without making direct amendments to the plugin code. If…3 weeks ago
-
Posted a reply to Form doesn’t appear on side, on the site WordPress.org Forums:
@fotohorst "{subscription_form}" is not the Subscribe2 shortcode, you need to use "[subscribe2]".3 weeks ago
-
Posted a reply to Move Notification Settings page to User’s Profile, advice, on the site WordPress.org Forums:
@sam11nedj66 I've done some work on abstracting the current code for the Your Subscriptions page…4 weeks ago
-
Posted a reply to Move Notification Settings page to User’s Profile, advice, on the site WordPress.org Forums:
@sam11nedj66 I understand you scenario much better now - thank you. In older version of…4 weeks ago
-
Posted a reply to Move Notification Settings page to User’s Profile, advice, on the site WordPress.org Forums:
@sam11nedj66 Subscribe2 doesn't allow admin access - that comes with WordPress registration and Subscribe2 then…4 weeks ago
-
Posted a reply to Custom taxonomy category emails not sent, on the site WordPress.org Forums:
@raikol You need to also register the custom post type with code something like this:…4 weeks ago
-
Posted a reply to Custom taxonomy category emails not sent, on the site WordPress.org Forums:
@raikol So you've added the custom taxonomy and the custom post type to Subscribe2? Can…4 weeks ago
-
Posted a reply to Subscribe to custom post type ONLY?, on the site WordPress.org Forums:
@lsterling03 $types = array( 'seminar' ); is an array with a single value of 'seminar'.…4 weeks ago
-
Posted a reply to Subscribe to custom post type ONLY?, on the site WordPress.org Forums:
@lsterling03 1. Yes there is. Subscribe2 creates an array of post types that contains 'post'…4 weeks ago
-
Posted a reply to Public subscribers choose frequency of emails?, on the site WordPress.org Forums:
@davidwbeatygmailcom The digest email frequency is globally set for the site, individual users opt in…4 weeks ago
-
Posted a reply to When do the weekly emails go out?, on the site WordPress.org Forums:
@davidwbeatygmailcom Threads can only be deleted by forum admins. Weekly emails go out at the…4 weeks ago
-
Posted a reply to Limit Role for Registered Subs, on the site WordPress.org Forums:
@mgilbreath1 That for each section just creates a flat array that only contains user email…1 month ago
-
Posted a reply to Limit Role for Registered Subs, on the site WordPress.org Forums:
@mgilbreath1 Your code is very nearly there - but falls into a common pitfall that…1 month ago
-
Posted a reply to Limit Role for Registered Subs, on the site WordPress.org Forums:
@mgilbreath1 This is possible using the plugins API filters, in this case the following hooks:…1 month ago
-
Closed ticket #18792, in Core Trac:
Wrong FROM email when using wp_mail and built in mail() function1 month ago
-
Posted a reply to Can the page after confirmation be customized?, on the site WordPress Support Forums:
@wordpressme2 Yes, it's pretty straightforward if you are happy trying out a little coding.1 month ago
-
Posted a reply to Can the page after confirmation be customized?, on the site WordPress Support Forums:
@wordpressme2 This is possible using the plugin API. Create you own plugin using the 's2_subscribe_confirmed'…1 month ago
-
Posted a reply to Blog Name Question, on the site WordPress Support Forums:
@rfairman Have a looking in the WordPress Settings page. I suspect your old blog title…1 month ago
-
Posted a reply to Category subscriptions for public subscribers, on the site WordPress Support Forums:
@eappleton Your understanding is correct. Subscribe2 does not allow category based subscription for Public Subscribers.1 month ago
-
Posted a reply to How do you change the email address?, on the site WordPress Support Forums:
@keeperbay I suspect your hosting provider doesn't like the fake email address - actually create…1 month ago
-
Posted a reply to How do you change the email address?, on the site WordPress Support Forums:
@keeperbay Go to Subscribe2->Settings and then in the 'Email Settings' tab select a different users…1 month ago
-
Posted a reply to email template problem, on the site WordPress Support Forums:
@homaesg Okay, the {ACTION} keyword is only used in confirmation emails -these are emails that…2 months ago
-
Reopened ticket #37664, in Core Trac:
Editing plugin isn't selected in the dropdown menu2 months ago
-
Closed ticket #37664, in Core Trac:
Editing plugin isn't selected in the dropdown menu2 months ago
-
Posted a reply to email template problem, on the site WordPress Support Forums:
@homaesg I can't think of a scenario where the {ACTION} would be blank only for…2 months ago
-
Posted a reply to Some emails are not being sent, on the site WordPress Support Forums:
@me56789 This error is telling you that the connection to your MySQL database is being…2 months ago
-
Posted a reply to Adding rights to editors to see the list of users, on the site WordPress Support Forums:
@Andsmith Very nearly there. You are changing access to the Send Email page. On the…2 months ago
-
Posted a reply to Adding rights to editors to see the list of users, on the site WordPress Support Forums:
@Andsmith Have you activated the plugin you created? If you have paste your code here…2 months ago
-
Posted a reply to Adding rights to editors to see the list of users, on the site WordPress Support Forums:
@Andsmith If you've never written a plugin before then this plugin is a great help:…2 months ago
-
Posted a reply to WPtouch padding on homepage and WooCommerce pages, on the site WordPress Support Forums:
@wayne7941 I use the following API hook to change the padding around the smilies. You…2 months ago
-
Posted a reply to Adding rights to editors to see the list of users, on the site WordPress Support Forums:
@Andsmith Ideally you need to create your own site specific plugin for this as a…2 months ago
-
Posted a reply to Admin/Registered Users Not Receiving Emails, on the site WordPress Support Forums:
@xmatter Are you using a plugin to manage role in WordPress?2 months ago
-
Created a topic, Links in Pages Menu incorrect, on the site WordPress Support Forums
2 months ago
-
Posted a reply to Not sending out e-mails of Blog post when published, on the site WordPress Support Forums:
@rahstyles Start here: https://subscribe2.wordpress.com/2013/09/17/troubleshooting-emails-in-subscribe2/2 months ago
-
Posted a reply to Subscribe2 subscribers disappearing, on the site WordPress Support Forums:
@flavorfuleats No, you didn't need to use ReadyGraph - I was just wondering where your…2 months ago
-
Posted a reply to Subscribe2 subscribers disappearing, on the site WordPress Support Forums:
@flavorfuleats Did you ever link to and use ReadyGraph?2 months ago
-
Posted a reply to Sign-on widget does not show up on page or post., on the site WordPress Support Forums:
@fhabbe Okay, if you paid then you are in the wrong forum, you really need…2 months ago
-
Posted a reply to Subscribe2 subscribers disappearing, on the site WordPress Support Forums:
@flavorfuleats What version of subscribe2 are you using? Also, this is an issue only you…2 months ago
