{"id":30794022,"url":"https://github.com/sendgrid/oracle-java-sample-app","last_synced_at":"2026-02-15T19:07:04.283Z","repository":{"id":14128170,"uuid":"16833440","full_name":"sendgrid/oracle-java-sample-app","owner":"sendgrid","description":null,"archived":false,"fork":false,"pushed_at":"2016-02-20T01:01:22.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":190,"default_branch":"master","last_synced_at":"2025-09-05T16:46:17.982Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sendgrid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-14T09:53:11.000Z","updated_at":"2014-02-14T12:38:54.000Z","dependencies_parsed_at":"2022-07-21T17:32:28.459Z","dependency_job_id":null,"html_url":"https://github.com/sendgrid/oracle-java-sample-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sendgrid/oracle-java-sample-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendgrid%2Foracle-java-sample-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendgrid%2Foracle-java-sample-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendgrid%2Foracle-java-sample-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendgrid%2Foracle-java-sample-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sendgrid","download_url":"https://codeload.github.com/sendgrid/oracle-java-sample-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendgrid%2Foracle-java-sample-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29487403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-05T16:26:49.285Z","updated_at":"2026-02-15T19:07:04.277Z","avatar_url":"https://github.com/sendgrid.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Oracle Sample App - Java\n======================\n\nThis git repository helps you to send emails quickly and easily through SendGrid using Java.\n\nCreate an SendGrid account at http://sendgrid.com/pricing.html\n\nClone SendGrid application on your local machine\n\u003cpre\u003e\n    git clone --recursive https://github.com/sendgrid/oracle-java-sample-app\n\u003c/pre\u003e\n\n###Configuration###\n\nConfigure `sendgrid-java-sample-app/src/com/sendgrid/SendGridJavaSampleApplicationSendServlet.java` file with your information:\n\nUpdate the *\u0026lt;sendgrid_username\u0026gt;* and *\u0026lt;sendgrid_password\u0026gt;* with your SendGrid Credentials and *\u0026lt;from_email\u0026gt;* with your email address.\n```java\n\t// initialize Sendgrid class\n\t// please replace \"\u003csendgrid_username\u003e\" and \"\u003csendgrid_password\u003e\" with your SendGrid credentials\n\tSendGrid mail = new SendGrid(\"\u003csendgrid_username\u003e\",\"\u003csendgrid_password\u003e\");\n\t// set to address, from address, subject, the html/text content and send the email\n\tString response = mail.addTo(req.getParameter(\"emailto\"))\n\t  // update the \u003cfrom_email\u003e with your email address\n\t  .setFrom(\"\u003cfrom_email\u003e\")\n\t  .setSubject(req.getParameter(\"subject\"))\n\t  .setText(req.getParameter(\"content\"))\n\t  .setHtml(\"\")\n\t  .send();\n```\n\nBuild your application and deploy to your webserver.\n\nFor more information you can visit our [Java Library](https://github.com/sendgrid/sendgrid-java)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendgrid%2Foracle-java-sample-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsendgrid%2Foracle-java-sample-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendgrid%2Foracle-java-sample-app/lists"}