Flamingo

描述

Flamingo是最初为Contact Form 7创建的消息存储插件,不存储提交的邮件。

After activation of the plugin, you’ll find Flamingo on the WordPress admin screen menu. All messages through contact forms are listed there and are searchable. With Flamingo, you no longer need to worry about losing important messages due to mail server issues or misconfiguration in mail setup.

更详细的信息,请参阅Contact Form 7文档页

Privacy Notices

This plugin stores submission data collected through contact forms, which may include the submitters’ personal information, in the database on the server that hosts the website.

安装

  1. 上传整个 flamingo 文件夹到 /wp-content/plugins/ 目录。
  2. 通过WordPress的“插件”菜单激活插件。

评价

2025 年 1 月 5 日 5 回复
This plugin only works with contact forms using PHP mail. It doesn’t seem to work with an external SMTP mail server. I tested it out and there were no messages collected in DB. Also there’s no option to add more email addresses under Contact Book tab which shows only the users already registered in your WP site. So this feature is useless.
2024 年 11 月 8 日
This is a great tool, especially with its integration into the Contact Form 7 plugin. However, there’s a minor bug when exporting non-Latin characters, such as Persian. It seems the encoding is set to Western by default. Switching to UTF-8 encoding should resolve the issue. Thanks!
2023 年 6 月 2 日
Sending contact forms takes usually 3s.With Flamingo active and 30k records in db the time is much greater, repeatable 15s which is unacceptable.
2023 年 2 月 3 日
Ни какого нормального функционала, все неудобно и примитивно! Никогда и никому не советую его использовать, есть нормальные варианты. Одна ценность – связь с Akismet.
阅读所有118条评价

贡献者及开发者

「Flamingo」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「Flamingo」插件已被翻译至 44 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「Flamingo」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

2.5

  • Bumps up the minimum required WordPress version to 6.4.
  • Uses wp_json_encode() instead of json_encode().
  • Uses get_views_links().
  • Uses null coalescing operators.

2.4

  • Bumps up the minimum required WordPress version to 6.1.
  • Bumps up the minimum required PHP version to 7.4.
  • Removes unused Outbound Messages codes.
  • Introduces Flamingo_CSV classes for fully customizable CSV generation.
  • New filter hook: flamingo_contact_csv_class
  • New filter hook: flamingo_inbound_csv_class
  • Uses admin_init for cron job scheduling.