{ "_api": "这是 msmtp api 文件", "_api": "【msmtp】", "url": "msmtp --host=${smtp_host} --port=${smtp_port} ${smtp_tls:+--tls=$smtp_tls} ${smtp_starttls:+--tls-starttls=$smtp_starttls} ${smtp_user:+--auth=on --user=$smtp_user} ${smtp_passwordeval:+--passwordeval=\\\"$smtp_passwordeval\\\"} ${smtp_from:+--from=$smtp_from} ${smtp_from_full_name:+-F\\\"$smtp_from_full_name\\\"} ${recipient_email}", "data": "${tempjsonpath}", "content_type": "", "command": "'\"To: \\(.to)\\nSubject: \\(.subject)\\nContent-Type: text/html\\n\\n\\(.body)\"'", "str_title_start": "

", "str_title_end": "

", "str_linefeed": "
", "str_splitline": "


", "str_space": " ", "str_tab": " ", "type": { "to":"\"${recipient_email}\"", "subject":"\"${1}\"", "body":"\"${nowtime}${2}\"" } }