{"id":13817971,"url":"https://github.com/shockwavemk/magento2-module-mail-smtp","last_synced_at":"2025-04-14T15:14:41.101Z","repository":{"id":57049691,"uuid":"48894856","full_name":"shockwavemk/magento2-module-mail-smtp","owner":"shockwavemk","description":null,"archived":false,"fork":false,"pushed_at":"2016-10-24T08:28:29.000Z","size":33,"stargazers_count":6,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T15:14:32.155Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/shockwavemk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-02T01:23:57.000Z","updated_at":"2018-12-24T10:20:03.000Z","dependencies_parsed_at":"2022-08-24T05:10:20.384Z","dependency_job_id":null,"html_url":"https://github.com/shockwavemk/magento2-module-mail-smtp","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockwavemk%2Fmagento2-module-mail-smtp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockwavemk%2Fmagento2-module-mail-smtp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockwavemk%2Fmagento2-module-mail-smtp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shockwavemk%2Fmagento2-module-mail-smtp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shockwavemk","download_url":"https://codeload.github.com/shockwavemk/magento2-module-mail-smtp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248904637,"owners_count":21180835,"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":[],"created_at":"2024-08-04T07:00:24.395Z","updated_at":"2025-04-14T15:14:41.075Z","avatar_url":"https://github.com/shockwavemk.png","language":"PHP","funding_links":[],"categories":["Email SMTP"],"sub_categories":[],"readme":"# Smtp extension for Magento 2 shockwavemk mail module\n\nThis module extends the capabilities of Magento 2 mailing by smtp\nhost configuration.\n\nA new mail transport type is added to the system which takes care of transport\nof outgoing mails to a mail service provider.\n\n## Installation\n\nAdd the module to your composer file.\n\n```json\n{\n  \"require\": {\n    \"shockwavemk/magento2-module-mail\": \"dev-master\",\n    \"shockwavemk/magento2-module-mail-smtp\": \"dev-master\"\n  }\n}\n\n```\n\nInstall the module with composer.\n\n```bash\n\n    composer update\n\n```\n\nOn succeed, install the module via bin/magento console.\n\n```bash\n\n    bin/magento cache:clean\n    \n    bin/magento module:enable Shockwavemk_Mail_Base\n    \n    bin/magento module:enable Shockwavemk_Mail_Smtp\n\n    bin/magento setup:upgrade\n\n```\n\n\n\n## Features\n\n### Mail sending over smtp\n\nTransport and storeage configuration can be easily done via store config.\nInstalled plug-ins for transport and storeage can be selected at this point.\n\n![](./docs/magento2-mail-smtp-settings.jpg)\n\n## Configuration\n\nIn Adminhtml/Backend via store config\n\nStores \u003e Configuration \u003e Advanced \u003e System \u003e Mail Sending Settings\n\nit is possible to configure the follwing settings,\nif \"smtp\" is selected in dropdown for \"type\" value.\n\n\n- Host\n- Port\n- Authentication\n- Username\n- Password\n- Ssl settings\n\n\n### Attachment handling\n\nThe [base mail module](https://github.com/shockwavemk/magento2-module-mail) supports attachment sending.\nMagento2 does not support native file attachment handling, therefore you need to\nadd some code on your own.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshockwavemk%2Fmagento2-module-mail-smtp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshockwavemk%2Fmagento2-module-mail-smtp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshockwavemk%2Fmagento2-module-mail-smtp/lists"}