| 开发者 | Shaun3180 |
|---|---|
| 更新时间 | 2026年7月11日 08:46 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp_mail() configuration. The plugin only reads the Gravity Forms entries you tell it to include.
Yes. Entry Digest reads entries through the Gravity Forms API, so Gravity Forms must be installed and active for digests to send. If Gravity Forms is inactive, the plugin's settings remain available under Tools so your configuration is never lost.
Under Forms › Entry Digest in the WordPress admin (the Gravity Forms menu). If Gravity Forms isn't active, the page appears under Tools › Entry Digest instead.
Digests run on WP-Cron at the day/time you choose, in your site's timezone. Weekly digests cover the previous 7 days; daily digests cover the previous 24 hours. Note that WP-Cron fires on site traffic, so a very low-traffic site may benefit from a real server cron job.
Yes. Each digest has an optional one-time send field: pick a future date and time and the digest goes out once, then the date clears itself automatically. You can use it on its own (choose "One-time only") or in addition to a daily/weekly schedule. A separate lookback setting controls how far back the one-time send reaches for entries, and defaults to everything since the form was created.
By default the digest still sends a tidy "no new entries" note so recipients know it ran and nothing was missed. If you'd rather stay silent during quiet periods, set that digest's "When there are no new entries" option to "Don't send anything."
Yes. Each digest has a Send Now button that builds and emails it immediately.
Yes. Each digest on the list has a Pause button. Pausing keeps all of its settings but removes it from the schedule, so no automatic sends go out until you press Resume. Paused digests are clearly marked, and "Send Now" and test sends still work on them if you want to send manually while paused.
Yes. Open a saved digest in the editor and use the Test send field (it defaults to your own admin email). It builds the digest from that digest's current saved settings and sends it only to the address you enter - your real recipient list is never contacted and the schedule is unchanged. A test always sends, even during a quiet period, so you can see exactly what recipients would get.
The digest list screen shows a Recent sends table: each scheduled, one-time, "Send Now," or test send is logged with its time, entry count, recipients, type, and delivery status. "Sent" means the email was handed to your site's mailer (not a guarantee of inbox delivery); "Failed" or "No recipients" flag problems to look into. You can clear the log at any time.
Digests use your site's wp_mail() setup. If other WordPress emails aren't being delivered, a transactional email/SMTP plugin usually resolves it. The plugin logs delivery problems to your PHP error log, and the Recent sends table on the digest list shows the status of each recent run.
If the scheduler itself isn't firing - common on very low-traffic sites, or when WP-Cron is disabled without a real server cron to replace it - the digest list shows a warning when a scheduled send is overdue, with guidance on how to fix it.
As many as you like - there is no limit on the number of digests, and each digest can cover one form or several combined into a single email. Role-based recipient routing, conditional filtering, CSV/Excel attachments, and custom branding are available through the optional Pro add-on sold separately at addasitebuilders.com.
edfgf_log_max) and is no longer presented as an add-on feature.edfgf_editor_entries_options action fires inside the Entries & fields section table so add-ons can inject additional <tr> controls there.edfgf_editor_reorderable filter lets the Pro add-on present the form and field lists in a reorderable layout. No change for the free plugin on its own.edfgf_email_font_family, edfgf_email_header_text_color, edfgf_email_footer_bg, and edfgf_email_footer_text - let the Pro add-on (and other extensions) customize the email's typography and header/footer colors.edfgf_log_max). The Features list and Pro upsell wording now match the actual default of ten.<script> blocks (overdue-cron notice and Pro panel) and inline onsubmit confirmations were moved into properly enqueued files, loaded only on the screens that use them and with the WordPress 6.3 defer strategy.edfgf-entry-digest so it cannot collide with another plugin's menu.edfgf_log_max). The optional Pro add-on adds a configurable, extended history.entry-digest-for-gravity-forms).