Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • kresus kresus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 144
    • Issues 144
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • kresusapp
  • kresuskresus
  • Merge requests
  • !540

Add support for Sendmail

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Phyks requested to merge phyks/kresus:sendmail into master Oct 29, 2017
  • Overview 15
  • Commits 1
  • Pipelines 3
  • Changes 4

Here we go for the fix of #628 (closed).

email.transport is empty by default, which means Kresus won't send emails. User has to manually set it to either sendmail to use sendmail or smtp for the previous behavior.

If sendmail is used, emails are enabled and no further configuration is required. User can still set sendmailBin to overload the path to sendmail binary (might be useful to use msmtp or things like this). If smtp, the same configuration as before is expected.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: sendmail