From: Eric Bollengier Date: Wed, 20 Jan 2010 09:02:36 +0000 (+0100) Subject: Fix testimonial address X-Git-Tag: Release-5.0.0~20^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ce18dbec9eb567c11a8fd0e489e66ac4e9d82ec1;p=bacula%2Fdocs Fix testimonial address --- diff --git a/docs/home-page/en/pages/testimonial.php b/docs/home-page/en/pages/testimonial.php index 9531f1d3..7c563e29 100644 --- a/docs/home-page/en/pages/testimonial.php +++ b/docs/home-page/en/pages/testimonial.php @@ -884,7 +884,7 @@ Best regards. "; - mail('testimonial@rt.baculasystems.com', $subject, $message, "From: $name <$email>"); + mail('testimonial@baculasystems.com', $subject, $message, "From: $name <$email>"); echo "The email has been sent for approval.
"; }