{"id":20332263,"url":"https://github.com/wavemaker/email-connector","last_synced_at":"2025-07-17T18:08:54.304Z","repository":{"id":47883898,"uuid":"276606547","full_name":"wavemaker/email-connector","owner":"wavemaker","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-21T06:27:14.000Z","size":44,"stargazers_count":1,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-25T17:22:15.379Z","etag":null,"topics":["wavemaker-connector"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wavemaker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-02T09:37:09.000Z","updated_at":"2024-10-21T06:25:20.000Z","dependencies_parsed_at":"2024-10-22T07:32:02.365Z","dependency_job_id":null,"html_url":"https://github.com/wavemaker/email-connector","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavemaker%2Femail-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavemaker%2Femail-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavemaker%2Femail-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavemaker%2Femail-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavemaker","download_url":"https://codeload.github.com/wavemaker/email-connector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248480981,"owners_count":21111060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["wavemaker-connector"],"created_at":"2024-11-14T20:25:48.395Z","updated_at":"2025-04-11T21:23:06.732Z","avatar_url":"https://github.com/wavemaker.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Connector  Introduction\n\nConnector is a Java based backend extension for WaveMaker applications. Connectors are built as Java modules \u0026 exposes java based SDK to interact with the connector implementation.\nEach connector is built for a specific purpose and can be integrated with one of the external services. Connectors are imported \u0026 used in the WaveMaker application. Each connector runs on its own container thereby providing the ability to have it’s own version of the third party dependencies.\n\n## Features of Connectors\n\n1. Connector is a java based extension which can be integrated with external services and reused in many Wavemaker applications.\n1. Each connector can work as an SDK for an external system.\n1. Connectors can be imported once in a WaveMaker application and used many times in the applications by creating multiple instances.\n1. Connectors are executed in its own container in the WaveMaker application, as a result there are no dependency version conflict issues between connectors.\n\n## About Email Connector\n\n## Email Connector Introduction\nThis connector will provides an easy apis to send bulk emails from WaveMaker application.\n\n## Prerequisite\n\n1. Email server with server host name \u0026 port no and email server credentials\n1. Java 1.8 or above\n1. Maven 3.1.0 or above\n1. Any java editor such as Eclipse, Intelij..etc\n1. Internet connection\n\n\n## Build\nYou can build this connector using following command\n```\nmvn clean install\n```\n\n## Deploy\nYou can import connector dist/email.zip artifact in WaveMaker studio application using file upload option.\nOn after deploying email-connector in the WaveMaker studio application, make sure to update connector properties in the profile properties.Such as email server host name and port no, email server credentials\n\n## Use email connector in WaveMaker\n\n```\n\n@Autowired\nprivate EmailConnector emailConnector;\n\nSimpleMailMessage message = new SimpleMailMessage();\nmessage.setSubject(\"WaveMaker Invitation\");\nmessage.setTo(\"sender@gmail.com\");\nmessage.setFrom(\"receiver@gmail.com\");\nMap\u003cString, String\u003e props = new HashMap\u003c\u003e();\nprops.put(\"user\", \"John\");\ntry {\n     emailConnector.sendSimpleMailMessageWithTemplate(message, \"templates/invitationtemplate\", props);\n} catch (EmailTemplateNotFoundException e) {\n     throw new RuntimeException(\"Exception occurred while sending email\",e);\n}\n\n\nApart from above api, email-connector provides other apis to send emails, visit EmailConnector java class in api module.\n\n```\n\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavemaker%2Femail-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavemaker%2Femail-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavemaker%2Femail-connector/lists"}