Skip to content

Commit

Permalink
dropping lists. from emails
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Mar 29, 2023
1 parent 765a48d commit 715b2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sympa.module
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ function sympa_build_email($type, $sympa_nid, $sympa_title, $sympa_body, $servic
switch ($service) {
case "sympa":
if ($env == 'prod') {
$to_sa = 'oit-service-alert@lists.colorado.edu';
$to_news = 'oit-news@lists.colorado.edu';
$to_sa = '[email protected]';
$to_news = '[email protected]';
$to_email = $type == 'service_alert' ? $to_sa : $to_news;
}
else {
Expand Down

0 comments on commit 715b2c0

Please sign in to comment.