From 3d91bb2f2dc8584b76a49a1a40c3f688c21380f5 Mon Sep 17 00:00:00 2001 From: zeripath Date: Sun, 3 Feb 2019 02:06:52 +0000 Subject: Make log mailer for testing (#5893) * Create log mailer for testing email settings Signed-off-by: Andrew Thornton * Switch on the log mailer for the integration tests This ensures that the sending mail process works Signed-off-by: Andrew Thornton * rename the from user for mysql/mssql * rename log sender to dummy sender * update the integration tests --- integrations/pgsql.ini.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'integrations/pgsql.ini.tmpl') diff --git a/integrations/pgsql.ini.tmpl b/integrations/pgsql.ini.tmpl index 923608235e..e617b1899c 100644 --- a/integrations/pgsql.ini.tmpl +++ b/integrations/pgsql.ini.tmpl @@ -36,7 +36,9 @@ LFS_JWT_SECRET = Tv_MjmZuHqpIY6GFl12ebgkRAMt4RlWt0v4EHKSXO0w APP_DATA_PATH = integrations/gitea-integration-pgsql/data [mailer] -ENABLED = false +ENABLED = true +MAILER_TYPE = dummy +FROM = pgsql-integration-test@gitea.io [service] REGISTER_EMAIL_CONFIRM = false @@ -47,6 +49,7 @@ REQUIRE_SIGNIN_VIEW = false DEFAULT_KEEP_EMAIL_PRIVATE = false DEFAULT_ALLOW_CREATE_ORGANIZATION = true NO_REPLY_ADDRESS = noreply.example.org +ENABLE_NOTIFY_MAIL = true [picture] DISABLE_GRAVATAR = false -- cgit v1.2.3