Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add settings to allow different SMTP envelope from address #17479

Merged

Commits on Oct 28, 2021

  1. Add settings to allow different SMTP envelope from address

    Sometimes it may be advisable to hide or alias the from address on an SMTP mail
    envelope. This PR adds two new options to the mailer to allow setting of an overriding
    from address.
    
    Fix go-gitea#17477
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    641aaa1 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Remove USE_DIFFERENT_ENVELOPE_FROM option - instead determine whether…

    … to use it from
    
    the value
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    20edfa5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into fix-17477-make-mailer…

    …-envelope-from-optional
    zeripath committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    e223dfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9084f41 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Merge remote-tracking branch 'origin/main' into fix-17477-make-mailer…

    …-envelope-from-optional
    zeripath committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    ff5dd24 View commit details
    Browse the repository at this point in the history
  2. As per review

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    59636ec View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    ea37b21 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    95fcb7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d483a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6effc52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b2d946 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffccd78 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e58d569 View commit details
    Browse the repository at this point in the history