Closed MariaRamos89 closed 8 years ago
There exist a bug in the email_send web service implementation, having that service throwing an exception when no file is attached to the request body. We are going to prepare a bug-fix for this
Master fix patch at fix_issue_350 branch.
Please checkout to that branch for testing with email_send
service
@klpanagi if this is resolved push it to master
For me, it's working :) Thanks
Hello,
I have implemented the
email_send
C++ API in branchcpp_dev
and the actual example isn't working.It is returning a
500 Internal Server Error
HTTP header. The gmail account is valid, I've tested it using curl with a valid gmail account, and it worked:However, the output from examples/email_handling.cpp is:
Please advise.