• 關於 WordPress
    • 關於 WordPress
    • WordPress.org 台灣繁體中文
    • 線上說明
    • 技術支援
    • 意見反應
  • 登入
  • 註冊
跳至主要內容

WordPress.org

Taiwan 正體中文

  • 首頁
  • Themes
  • Plugins
  • 部落格
  • 論壇
  • 關於
  • 團隊
  • 取得 WordPress

外掛目錄

  • 我的最愛
  • Beta 版測試
  • 開發者資訊
下載

Email Templates

由 Damian Logghe 開發
  • 詳細資料
  • 使用者評論
  • 安裝方式
  • 技術支援
  • 開發資訊

外掛說明

使用 WordPress 的 Email Templates 外掛便能傳送美觀的電子郵件。選取範本樣式、加入標誌或文字標題、變更色彩、編輯範本頁尾,便能在 WordPress 網站中傳送漂亮的電子郵件。

Email Template 外掛使用外觀自訂器,這讓使用方式變的更簡單。檢視範本設計變更或傳送測試用電子郵件,均僅需幾個點擊便可完成。需要 WordPress 4.0 或更新版本

相容外掛:Post SMTP、WP SMTP、Easy WP SMTP、Webriti SMTP Mail、Mailgun、Sengrid

協助外掛本地化

請在 Transifex 上提交本地化譯文

外掛介面目前提供的語言版本:

  • 英文
  • 西班牙文
  • 法文
  • 台灣繁體中文/中國簡體中文
  • 葡萄牙文
  • 荷蘭文
  • 波斯文
  • 俄文
  • 德文

在 GitHub 上參與開發

  • https://github.com/timersys/wordpress-email-templates

感謝 @eliorivero 分享這個外掛的外觀自訂器秘訣 🙂

螢幕擷圖

  • 編輯範本
  • 接收到的電子郵件

安裝方式

  1. 在 [外掛] 頁面上傳外掛。
  2. 在 WordPress 管理後台的 [外掛] 選單中啟用外掛。
  3. 點擊 [外觀]→[電子郵件範本] 以開始編輯。

常見問題集

如何新增自訂範本?

複製 templates 資料夾至目前使用的佈景主題目錄中,然後在這個佈景主題的 functions.php 新增以下程式碼:

add_filter(‘mailtpl/customizer_template’, function(){
    return get_stylesheet_directory() . “/admin/templates/default.php”;
});

使用者評論

Easy to use

esistich 2021 年 2 月 18 日
Nice looking emails without any coding.

Very Resourceful!

Joe_PK 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.

Blocked Emails from being sent properly

newcastlecreativeco 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.

Très facile d’utilisation et marche parfaitement

Anthony 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

Excellent

jasontdm 2020 年 10 月 8 日
Awesome work.

Great Plugin!

horizonte 2020 年 8 月 19 日
Thank you. This was useful for setting up the design of my email responses.
閱讀全部 110 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Email Templates〉的開發相關工作。

參與者
  • Damian

Email Templates 外掛目前已有 4 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將 Email Templates 外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄。

變更記錄

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

中繼資料

  • 最新版本: 1.3.2.1
  • 最後更新: 4 週前
  • 啟用安裝數: 20,000+
  • WordPress 版本需求: 4.0 或更新版本
  • 已測試相容的 WordPress 版本: 5.6.2
  • 語言:

    Chinese (Taiwan)、Dutch、English (US)、French (France)、及 Persian.

    將這個外掛本地化為你的母語版本

  • 標籤:
    email templateemail templateshtml emailtemplate
  • 進階檢視

評分

檢視全部
  • 5 星 99
  • 4 星 3
  • 3 星 3
  • 2 星 2
  • 1 星 3
Log in to submit a review.

參與者

  • Damian

技術支援

最近 2 個月解決的問題:

總計 15 個問題,已解決 4 個

檢視技術支援論壇

贊助

想要支援這個外掛的發展嗎?

贊助這個外掛

  • 關於
  • 官方部落格
  • 主機託管
  • 贊助
  • 技術支援
  • 開發者資訊
  • 參與專案
  • Learn
  • 展示網站
  • 外掛目錄
  • 佈景主題目錄
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • 隱私權
  • Public Code
  • @WordPress
  • WordPress

程式碼,如詩