Forum Discussion
KarelHusa
3 years agoSuper Contributor
armygrad, there is no out-of-the-box function to send a report via email in ReadyAPI now. SendMail steps, besides it has its own issues, is not helpful here, as it is just a test step.
You can make a custom Groovy script to send the report. I have done this for some customers and prefer using SendGrid API (or similar HTTP API) to avoid issues with SMTP, security, ports, etc.