# Multimails Sender
:::info
快速套信工具 https://multimails.seangau.xyz
repo: https://github.com/SeanGau/multimails
:::
## Usage
1. 一個可用的 SMTP
example:
```
server: smtp.postmarkapp.com
port: 587
Username: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Password: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
TLS/SSL: True
```
2. Email Template in Markdown,如果要套入變數,請用 **$**+欄位名稱
> example: `$name`
3. 收件人資訊 in CSV (utf-8),其中 **subject** 信件標題和 **email** 欄位是必要的,其他看 Email Template 中有用到什麼變數
example:
```
subject,email,name
test 1,test-1@mailinator.com,No.1
test 2,test-2@mailinator.com,No.2
test 3,test-3@mailinator.com,No.3
test 4,test-4@mailinator.com,No.4
test 5,test-5@mailinator.com,No.5
```