Commit:    5b598f2bab8284240ca756bb9d995d1d2b7e5702
Author:    Nikita Popov <nikita....@gmail.com>         Mon, 4 Feb 2019 15:46:23 
+0100
Parents:   0e511803a5fdc430897d53e76d4eaeea407f1e1e
Branches:  master

Link:       
http://git.php.net/?p=web/master.git;a=commitdiff;h=5b598f2bab8284240ca756bb9d995d1d2b7e5702

Log:
Use mailout.php.net instead of php-smtp2.php.net

This is an alias for the current php-smtp3.php.net name.

Changed paths:
  M  entry/subscribe.php


Diff:
diff --git a/entry/subscribe.php b/entry/subscribe.php
index 350a11d..e25f382 100644
--- a/entry/subscribe.php
+++ b/entry/subscribe.php
@@ -38,7 +38,7 @@ date_default_timezone_set('Etc/UTC');
 $mail = new PHPMailer;
 $mail->isSMTP();
 $mail->SMTPDebug = 0;
-$mail->Host = 'php-smtp2.php.net';
+$mail->Host = 'mailout.php.net';
 $mail->Port = 25;
 $mail->setFrom($_POST['email']);
 
$mail->addAddress("{$_POST['maillist']}-{$_POST['request']}-$s...@lists.php.net");


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to