$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>Jetpack 'Blog Subscription' widget doesn't add emails to|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Jetpack 'Blog Subscription' widget doesn't add emails to

matteradmin9PV0评论

I'm trying to use the jetpack 'Blog Subscriptions' widget, but any emails submitted with this widget aren't being added to the followers list. Verification emails aren't being sent to the subscribers either. How can I fix this problem?

Note: I've correctly setup an email address to be used with wordpress and the installation is able to send emails. The problem is with the subscription of users to the mailing list.

I'm trying to use the jetpack 'Blog Subscriptions' widget, but any emails submitted with this widget aren't being added to the followers list. Verification emails aren't being sent to the subscribers either. How can I fix this problem?

Note: I've correctly setup an email address to be used with wordpress and the installation is able to send emails. The problem is with the subscription of users to the mailing list.

Share Improve this question asked Dec 30, 2018 at 13:39 sagasaga 991 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 1

Jetpack's Subscriptions feature relies on WordPress. The emails sent via the feature are not sent from your own server, but from WordPress.

You will consequently want to contact the Jetpack support team via this contact form. They are the only ones who can investigate more by looking at logs on WordPress. You will want to let them know your site URL, and you'll need to give them a few examples of the emails that did not receive a confirmation.

It's worth noting that those confirmation emails are only sent once. When a reader signs up to receive email notifications, they should receive one email. If they try to subscribe again later on, no new confirmation email will be sent.

A good first step for those folks is consequently to go to subscribe.wordpress to clear any pending subscriptions they may have.

Post a comment

comment list (0)

  1. No comments so far