From 9dacab5fb2c75f8c2406b316ad277f1c70d2f964 Mon Sep 17 00:00:00 2001 From: Danny Glin Date: Mon, 15 Jul 2024 17:12:24 +0000 Subject: [PATCH] Remove smtpSender variable from site.conf.dist since it is never used. --- conf/site.conf.dist | 9 --------- 1 file changed, 9 deletions(-) diff --git a/conf/site.conf.dist b/conf/site.conf.dist index fa9d263f4e..91020d02c4 100644 --- a/conf/site.conf.dist +++ b/conf/site.conf.dist @@ -242,17 +242,9 @@ $webwork_courses_dir = "/opt/webwork/courses"; # a typical place to put course d # otherwise type the name of your School's outgoing email server. $mail{smtpServer} = ''; # e.g. 'mail.yourschool.edu' or 'localhost' -# When connecting to the above server, WeBWorK will send this address in the -# MAIL FROM command. This has nothing to do with the "From" address on the mail -# message. It can really be anything, but some mail servers require it contain -# a valid mail domain, or at least be well-formed. -$mail{smtpSender} = ''; # e.g. 'webwork@yourserver.yourschool.edu' -# Be sure to use single quotes for the address or the @ sign will be interpreted as an array. - $mail{set_return_path} = ''; #sets the return_path to the From: field (sender's email address) # The return path is used to send error messages about bounced emails # "noreply\@$mail{smtpServer}" discards error messages, -# using $mail{smtpSender} would deliver error messages to that address. # The default setting should be adjusted for local domain # Leaving the return path blank triggers the default which results in Return-Path being set to the email of the sender. @@ -263,7 +255,6 @@ $mail{set_return_path} = ''; #sets the return_path to the From: field (sender's $mail{smtpTimeout} = 30; - # TLS is a method for providing secure connections to the smtp server. # https://en.wikipedia.org/wiki/Transport_Layer_Security # Allowed values: 'starttls', 'ssl', 'maybestarttls', 0