Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from kellerkinderDE/fix/mailtrap
Browse files Browse the repository at this point in the history
[noticket] Mailtrap seems to have changed their SMTP host.
  • Loading branch information
jochenmanz authored May 7, 2018
2 parents 88112e7 + cadf1c5 commit 16c3eeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ private function createEvents($oldVersion = null)
public function sendMail()
{
$options = [
'host' => 'mailtrap.io',
'host' => 'smtp.mailtrap.io',
'username' => $this->Config()->get('mailtrap_username'),
'password' => $this->Config()->get('mailtrap_password'),
'auth' => 'login',
Expand Down
4 changes: 3 additions & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@
"author": "Kellerkinder / k10r GmbH",
"support": "[email protected]",

"currentVersion": "1.0.0",
"currentVersion": "1.0.1",

"changelog": {
"de": {
"1.0.1": "SMTP-Host von Mailtrap angepasst",
"1.0.0": "Veröffentlichung auf GitHub",
"0.0.2": "Staging-Hinweis für Frontend ergänzt",
"0.0.1": "Erstveröffentlichung"
},
"en": {
"1.0.1": "Changed SMTP host for Mailtrap",
"1.0.0": "Release on GitHub",
"0.0.2": "Added staging notice in frontend",
"0.0.1": "First release"
Expand Down

0 comments on commit 16c3eeb

Please sign in to comment.