opser-gavin / my_postapi

django邮件发送API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my_postapi

API使用方法

1、linux下curl:

curl http://192.168.1.193:8000/send/email -X POST --header '{'content-type': 'application/json'}' --data '{"data": [{"subject": "testsubject"}, {"context": "testcontext"}, {"tomail": "xxx@qq.com"}]}'

2、Python:

About

django邮件发送API


Languages

Language:Python 100.0%