{
"email": "mail.junyang@foxmail.com",
"subject": "面试邀请",
"content": "<h1>This is html email</h1><p>html格式的邮件发送,天冷请加衣!!!</p>"
}
curl --location --request POST 'http://127.0.0.1:8081/ta404/emailproxy/email/send' \
--header 'SECRET_ID: GASZJY' \
--header 'SECRET_KEY: Jv4vmK4O3f9p9Ynt8098D70gXJKnWC' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "mail.junyang@foxmail.com",
"subject": "面试邀请",
"content": "<h1>This is html email</h1><p>html格式的邮件发送,天冷请加衣!!!</p>"
}'
{}