# Gmail 轉寄功能: 利用篩選器過濾 首先到 `設定` > `轉寄和 POP/IMAP` > `新增轉寄地址` ![](https://i.imgur.com/6SYFKIz.jpg) --- 輸入要轉寄的地址後按下一步,等待轉寄通知 ![](https://i.imgur.com/fsSXCOJ.png) --- 轉寄對象會收到這封通知,進去點擊驗證連結即可 ![](https://i.imgur.com/OBEU1PX.png) --- 下一步是設定過濾器 先勾選特定的郵件,然後點上方的 __點點點__ 按鈕,之後選擇 __篩選這類的郵件__ ![](https://i.imgur.com/Hlc2Grp.png) --- 點擊後可以進一步設定篩選的細節 這邊的範例除了寄件者,另外加上特定的主旨 >規則是 __符合所有設定__ 的信件才會觸發 ![](https://i.imgur.com/drJLudt.png) --- 下一步是設定觸發的後續動作 這邊只做簡單的轉寄,用下拉選單選擇剛剛新增的轉寄對象 ![](https://i.imgur.com/adoU20x.png) --- 設定完成後,實際測試一下結果 過濾條件:寄件者設定為`自己本身` && 主旨為 `轉寄測試` 寄件者信箱: ![](https://i.imgur.com/x41cgY6.png) 轉寄者信箱: ![](https://i.imgur.com/fQG9w0H.png) >這邊可以看出,主旨的過濾有包含 wildcard,不需另外修改設定 ___ ## Forwarding by Gmail to non confirmed email 因為 gmail 在自主動轉信的設定中,收件者必須要認證後,信才會轉過去 搜索一下是否有可以避開認證的方法: ### 首先官方說法: ![](https://i.imgur.com/1kKfpOA.png) 即便透過 gmail API,用程式自動轉信的服務:[Managing Forwarding](https://developers.google.com/gmail/api/guides/forwarding_settings#java) >If Gmail requires user verification for a forwarding address, the address is returned with the status pending. A verification message is automatically sent to the target email address. The owner of the email address must complete the verification process before it can be used. 還是需要收信方認證 [redit Gmail](https://www.reddit.com/r/GMail/comments/hk4gc1/forward_emails_to_non_confirmed_email/) 群組有相關討論: 看來官方的自動轉信沒辦法避開認證, ### 似乎可以透過一些第三方工具達成需求: * [Mailgun](https://documentation.mailgun.com/en/latest/index.html) * [namecheap mail service](https://www.namecheap.com/support/knowledgebase/article.aspx/308/2214/how-to-set-up-free-email-forwarding/) * [Email Forwarder](https://workspace.google.com/marketplace/app/email_forwarder/458006161590) 其中 `Email Forwarder` 是透過 google sheet 上的 script,建立 custom rules,和 gmail 的 filter 相似,此外根據產品說明: >Here you can create a forwarding rule, just like Gmail filters, except that you are not required to verify the forwarding address. You can forward to any valid email address. 看起來符合需求 不過這套工具是 `Google Workspace` 的插件,需要額外收費 :::info Free Edition - 1 Forwarding Rule, 20 emails per day, Runs once per hour Premium for Gmail Accounts - Unlimited Rules, 100 emails per day, Runs every 15 minutes Premium for G Suite - Unlimited Rules, 1500 emails (Google Suite for Work), Runs every 15 minutes ::: 免費版的用量相當少 ### G Suite Admin 附加功能 另外,根據 [這篇](https://nira.com/g-suite-email-forwarding/) 文章的說法,如果是 G Suite Admin 的身分,有提供一些 mail list alias base by RBAC 的功能,可以自行定義 route 的規則,這部份因為沒有實際使用過,不確定是否符合需求 文章後半部就是一般的 Gmail 使用者的 forwarding 設定,和本篇一開始的範例相同 --- ###### 參考: * [利用gmail篩選功能,將特定郵件自動轉寄到另一個信箱](https://www.omdte.com/利用gmail篩選功能,將特定郵件自動轉寄到另一個信/) * [如何在 Gamil 中將特定郵件自動轉寄給其他電子郵件信箱 (以 Google Play 商店訂單為例)](https://www.alexclassroom.com/internet/google/gmail/how-to-forward-specific-mail-to-assigned-mail-address/) ###### tags: `gmail` `google`