当前位置:网站首页>How to send mail with Jianmu Ci
How to send mail with Jianmu Ci
2022-07-04 07:27:00 【InfoQ】
1. View node document
2. Send E-mail
auth_code
2.1 Send text message
type
plain
name: Send text message
pipeline:
send_email:
type: email:1.0.0
param:
host: smtp.163.com
sender: [email protected]
auth_code: ((email.authcode))
receivers: '["[email protected]"]'
subject: Text mail
text: This is a text message
2.2 send out html Label mail
type
text
name: send out html mail
pipeline:
send_email:
type: email:1.0.0
param:
host: smtp.163.com
sender: [email protected]
auth_code: ((email.authcode))
type: html
receivers: '["[email protected]"]'
subject: html mail
text: <p> This is a html mail </p><img src="https://scpic.chinaz.net/files/pic/pic9/202109/apic35394.jpg" />\
2.3 Send email with attachments
attach_path
git_clone
name: Send attachment mail
pipeline:
git_clone:
type: git_clone:1.2.0
param:
remote_url: https://gitee.com/xxx/xxx.git
send_email:
type: email:1.0.0
param:
host: smtp.163.com
sender: [email protected]
auth_code: ((email.authcode))
type: html
receivers: '["[email protected]"]'
subject: Attachment email
text: <p> This is an attached email </p><img src="https://scpic.chinaz.net/files/pic/pic9/202112/bpic25075.jpg" />
attach_path: ${git_clone.git_path}/data # git File path in the warehouse
2.4 CC 、 Secret mail
cc_receivers
bcc_receivers
name: Send CC 、 Secret mail
pipeline:
send_email:
type: email:1.0.0
param:
host: smtp.163.com
sender: [email protected]
auth_code: ((email.authcode))
type: html
receivers: '["[email protected]"]'
cc_receivers: '["[email protected]"]'
bcc_receivers: '["[email protected]"]'
subject: Attachment email
text: <p> This is an attached email </p><img src="https://scpic.chinaz.net/files/pic/pic9/202112/bpic25075.jpg" />
2.5 Send mail separately
separate_delivery
true
name: Send mail separately
pipeline:
send_email:
type: email:1.0.0
param:
host: smtp.163.com
sender: [email protected]
auth_code: ((email.authcode))
type: html
receivers: '["[email protected]"]'
cc_receivers: '["[email protected]"]'
bcc_receivers: '["[email protected]"]'
subject: Attachment email
text: <p> This is an attached email </p><img src="https://scpic.chinaz.net/files/pic/pic9/202112/bpic25075.jpg" />
separate_delivery: true
边栏推荐
- Boosting the Performance of Video Compression Artifact Reduction with Reference Frame Proposals and
- Pangu open source: multi support and promotion, the wave of chip industry
- How to share the source code anti disclosure scheme
- Types of references in BibTex
- When JDBC connects to es query, is there a God who meets the following situation?
- 【森城市】GIS数据漫谈(一)
- 2022 - 021arts: début du deuxième semestre
- Knowledge payment applet dream vending machine V2
- There is no Chinese prompt below when inputting text in win10 Microsoft Pinyin input method
- notepad++如何统计单词数量
猜你喜欢
Routing decorator of tornado project
Selenium driver ie common problem solving message: currently focused window has been closed
Review of enterprise security incidents: how can enterprises do a good job in preventing source code leakage?
Introduction to deep learning Ann neural network parameter optimization problem (SGD, momentum, adagrad, rmsprop, Adam)
Uniapp applet subcontracting
Solution of running crash caused by node error
云Redis 有什么用? 云redis怎么用?
SQL foundation 9 [grouping data]
[Android reverse] function interception (use cache_flush system function to refresh CPU cache | refresh CPU cache disadvantages | recommended time for function interception)
博客停更声明
随机推荐
[freertos] freertos Learning notes (7) - written freertos bidirectionnel Link LIST / source analysis
If there are two sources in the same job, it will be reported that one of the databases cannot be found. Is there a boss to answer
节点基础~节点操作
[untitled] notice on holding "2022 traditional fermented food and modern brewing technology"
2022-021rts: from the second half of the year
Handwritten easy version flexible JS and source code analysis
Vulhub vulnerability recurrence 76_ XXL-JOB
Blog stop statement
leetcode825. Age appropriate friends
云Redis 有什么用? 云redis怎么用?
Lottery system test report
Since DMS is upgraded to a new version, my previous SQL is in the old version of DMS. In this case, how can I retrieve my previous SQL?
A new understanding of how to encrypt industrial computers: host reinforcement application
flask-sqlalchemy 循环引用
One of the general document service practice series
the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty‘
Pangu open source: multi support and promotion, the wave of chip industry
Data double write consistency between redis and MySQL
Selenium ide plug-in download, installation and use tutorial
Review of enterprise security incidents: how can enterprises do a good job in preventing source code leakage?