FapiMail

免费增值
通过 FairestAPI | 已更新 vor 24 Tagen | Email
Health Check

N/A

README

FapiMail is a REST API to send emails. You can simply create a JSON with From, To, Message and Body of your email and make a POST call of endpoint /email/send

Endpoint:
POST: /email/send

Parameter to pass as a JSON body:

{
“recipient”: "to@email.com",
“sender”: "from@email.com",
“subject”: “Subject of Email”,
“message”: “Body of Email”
}

Note: To send an email to multiple recipients, you can provide all email addresses in recipient field seperated by “;”

关注者:11
资源:
使用条款
API 创建者:
Rapid account: Fairest API
FairestAPI
fapi
登录并给 API 打分
打分:1 - 投票:1