This is an automated email from the ASF dual-hosted git repository.
mitchell852 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git.
from bb3c9a4 Rewrite get federation deliveryservices to Go (#3947)
add baef562 Added SMTP configuration and APIInfo Email method (#3925)
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 1 +
infrastructure/cdn-in-a-box/traffic_ops/config.sh | 16 +++--
lib/go-rfc/email.go | 77 +++++++++++++++++++++++
lib/go-rfc/url.go | 77 +++++++++++++++++++++++
traffic_ops/app/conf/cdn.conf | 8 ++-
traffic_ops/traffic_ops_golang/api/api.go | 29 +++++++++
traffic_ops/traffic_ops_golang/config/config.go | 36 +++++++++++
7 files changed, 238 insertions(+), 6 deletions(-)
create mode 100644 lib/go-rfc/email.go
create mode 100644 lib/go-rfc/url.go