mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[PR #152] [MERGED] Fix mail config typo in sample config #290
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#290
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/opensolutions/ViMbAdmin/pull/152
Author: @kaechele
Created: 8/27/2015
Status: ✅ Merged
Merged: 4/2/2016
Merged by: @barryo
Base:
master← Head:patch-1📝 Commits (1)
235b206Fix mail config typo in sample config📊 Changes
1 file changed (+14 additions, -8 deletions)
View changed files
📝
application/configs/application.ini.dist(+14 -8)📄 Description
For Zend Framework the mail resource is actually configured through resources.mail.transport, not resources.mailer.
Replace the misleading sample configuration with correct examples.
With the erroneous configuration mails would not be sent if the underlying mailserver does strict HELO checks (i.e. reject mails with HELO localhost), leading to error messages about mails not being able to be sent.
This might help fix bug reports such as #25
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.