How to send mail using Rest service

前端 未结 0 409
栀梦
栀梦 2021-02-04 06:48

i got a simple example of sending email

    @POST
    @Path("/post")
    @Produces(MediaType.APPLICATION_JSON)
    @Consumes(MediaType.APPLICATION_JSON)         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题