外掛說明
使用 WordPress 的 Email Templates 外掛便能傳送美觀的電子郵件。選取範本樣式、加入標誌或文字標題、變更色彩、編輯範本頁尾,便能在 WordPress 網站中傳送漂亮的電子郵件。
Email Template 外掛使用外觀自訂器,這讓使用方式變的更簡單。檢視範本設計變更或傳送測試用電子郵件,均僅需幾個點擊便可完成。需要 WordPress 4.0 或更新版本
相容外掛:Post SMTP、WP SMTP、Easy WP SMTP、Webriti SMTP Mail、Mailgun、Sengrid
協助外掛本地化
請在 Transifex 上提交本地化譯文
外掛介面目前提供的語言版本:
- 英文
- 西班牙文
- 法文
- 台灣繁體中文/中國簡體中文
- 葡萄牙文
- 荷蘭文
- 波斯文
- 俄文
- 德文
在 GitHub 上參與開發
感謝 @eliorivero 分享這個外掛的外觀自訂器秘訣 🙂
安裝方式
- 在 [外掛] 頁面上傳外掛。
- 在 WordPress 管理後台的 [外掛] 選單中啟用外掛。
- 點擊 [外觀]→[電子郵件範本] 以開始編輯。
常見問題集
-
如何新增自訂範本?
-
複製 templates 資料夾至目前使用的佈景主題目錄中,然後在這個佈景主題的 functions.php 新增以下程式碼:
add_filter(‘mailtpl/customizer_template’, function(){ return get_stylesheet_directory() . “/admin/templates/default.php”; });
使用者評論
2021 年 2 月 18 日
Nice looking emails without any coding.
2020 年 10 月 22 日
It's always great to find a plugin that does precisely what you want. This plugin simply works! A huge thanks to the developer for this handy tool.
2020 年 10 月 20 日
Had this installed on over 40 websites. All emails were being received prior to installing this plugin. As soon as I activated it, they stopped being delivered. As soon as I deactivated and deleted it. They were received. Just uninstalled from all of my websites.
2020 年 10 月 13 日
Permet une personnalisation rapide et aisée de vos email. Ce qui permet d'obtenir rapidement un email pro.
Aucun bug à signaler. Merci
2020 年 10 月 8 日
Awesome work.
2020 年 8 月 19 日
Thank you. This was useful for setting up the design of my email responses.
參與者及開發者
變更記錄
1.3.2.1
- Emails not being send when multiple emails where being sent at the same time
1.3.2
- Support for multiple templates PR #29
- Fix Increase priority for the preview template
1.3.1.2
- Fixed css width
- new filter for default message
1.3.1.1
- Only filter non html messages
- Fixed bug introduced on 1.3.1
1.3.1
- Security fix to prevent html injection
- Filter attributes for images
1.3
- Instead of multiple filters we now just modify wp_mail to make plugin more compatible
with transactional mail plugins
1.2.2.3
- Fixed issue with maxwith not working on certain installs.
1.2.2.2
- Fixed issue with boxed layout
1.2.2.1
- Text domain update
1.2.2
- Added image support in header text
- Fixed issue with spaces on gravity forms ( gravity plugin needs to be >= 2.2.1.5 )
1.2.1
- Added shortcode support in header/footer
- Header text now it’s used for alt image when using images
- Fixed bug where image was not responsive on mobile devices
1.2
- Added custom css support on template section
- Added link color in body section
- Updated templates with changes above
- Mailgun / sengrid integration
1.1.4
- Added body size to template section
- Leaving emtpty from name & from email will let you use other plugins settings now
- Logo alt text is now site description by default
- Removed other panels showing on email templates customizer
- Removed email templates panel from normal customizer
1.1.3.1
- Fixed woocommerce preview link
1.1.3
- Fixed bug with some links missing or not clickable
- Added more languages and updated some
- Added more action hooks for devs
1.1.2.1
- Remove “powered by” by default
- Updated languages
1.1.2
- Fixed bug with powered by still showing on some mail clients
- Added new languages
1.1.1
- Added Postman SMTP compatibility
- Added WP SMTP compatibility
- Added Easy WP SMTP compatibility
- Added Easy SMTP Mail compatibility
1.1
- Fixed bug with wpmandrill
- Added chinese, spanish and portuguese languages
- Added new font size control
- WooCommerce Integration
- Easy Digital Downloads Integration
- Added Email body settings
1.0.2
- Fixed email link on retrieve password emails from WP
1.0.1
- Bug – Template is cached to avoid issues when sending multiple emails
- Added fallback text email for non html email clients and to improve inbox hits
- Added site url to the logo/text logo in header
- Fixed some typos in descriptions
- Added Emails templates menu using add_submenu_page
1.0
- First release