{"id":13810558,"url":"https://github.com/funwiche/nuxt-mailer","last_synced_at":"2025-05-14T10:34:08.579Z","repository":{"id":226393360,"uuid":"614308885","full_name":"funwiche/nuxt-mailer","owner":"funwiche","description":"Send emails from your Nuxtjs App using Nodemailer","archived":false,"fork":false,"pushed_at":"2023-03-15T11:02:52.000Z","size":121,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-19T03:42:20.139Z","etag":null,"topics":["h3","nitro","nodemailer","nuxt3","nuxtjs","vuetify","vuetify3"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/funwiche.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-03-15T10:27:05.000Z","updated_at":"2023-12-15T13:41:03.000Z","dependencies_parsed_at":"2024-03-11T03:26:22.260Z","dependency_job_id":null,"html_url":"https://github.com/funwiche/nuxt-mailer","commit_stats":null,"previous_names":["chefidelis/nuxt-mailer","funwiche/nuxt-mailer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funwiche%2Fnuxt-mailer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funwiche%2Fnuxt-mailer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funwiche%2Fnuxt-mailer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funwiche%2Fnuxt-mailer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funwiche","download_url":"https://codeload.github.com/funwiche/nuxt-mailer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254121251,"owners_count":22018130,"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":["h3","nitro","nodemailer","nuxt3","nuxtjs","vuetify","vuetify3"],"created_at":"2024-08-04T02:01:00.363Z","updated_at":"2025-05-14T10:34:03.560Z","avatar_url":"https://github.com/funwiche.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# Nuxt Mailer\n\nSend emails from your Nuxtjs App using Nodemailer. Rich user interface to send emails and attachments.\n\n## Setup\n\nMake sure to install the dependencies:\n\n```bash\n# yarn\nyarn install\n\n# npm\nnpm install\n```\n\nCreate a `.env` file and add the following variables:\n\n```bash\nEMAIL_ADDRESS= #Smtp Email address.\nEMAIL_SECRET= #Smtp Password\n### Use email from your website\n```\n\n## Development Server\n\nStart the development server on http://localhost:3000\n\n```bash\n# yarn\nyarn dev\n\n# npm\nnpm run dev\n```\n\n## Send email\n\n#### Using form\n\nAdd `enctype='multipart/form-data'` to your form\n\n#### Using Ajax\n\nConvert body info `new FormData()` and use the code below:\n\n```javascript\nfetch(\"/api/meta\", {\n  method: \"POST\",\n  body: formData,\n})\n  .then((res) =\u003e res.json())\n  .then((json) =\u003e console.log(json));\n```\n\n**Note:** And email wil be sent to the email address provided in the body of this request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunwiche%2Fnuxt-mailer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunwiche%2Fnuxt-mailer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunwiche%2Fnuxt-mailer/lists"}