Flamingo 是專為 Contact Form 7 設計的電子郵件儲存外掛,因為 Contact Form 7 並不會儲存任何已傳送的電子郵件。
啟用外掛後,在 WordPress 管理後台選單中便會出現 [Flamingo] 選單項目,由 Contact Form 7 聯絡表單產生的電子郵件均條列於此,並且提供搜尋功能。有了 Flamingo,網站管理員不再需要擔心會因電子郵件伺服器問題或電子郵件設定組態錯誤,而遺漏任何重要電子郵件。
如需進一步了解相關資訊,請參閱 Contact Form 7 線上說明。
隱私權注意事項
這個外掛透過 (可能) 包含填表者個人資訊的聯絡表單,收集表單傳送的資料並儲存於網站主機的資料庫中。
- 將完整的
flamingo
資料夾上傳至網站的 wp-content/plugins/
目錄中。
- 在 WordPress 管理後台的 [外掛] 選單中啟用外掛。
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.
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!
Really good for storing messages
Sending contact forms takes usually 3s.With Flamingo active and 30k records in db the time is much greater, repeatable 15s which is unacceptable.
Ни какого нормального функционала, все неудобно и примитивно! Никогда и никому не советую его использовать, есть нормальные варианты. Одна ценность – связь с Akismet.
macht genau wie beschrieben.
Vielen Dank!
閱讀全部 118 則使用者評論
以下人員參與了開源軟體〈Flamingo〉的開發相關工作。
參與者
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.