You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
391 B
PHTML
18 lines
391 B
PHTML
19 years ago
|
<?php
|
||
|
|
||
|
$server = "jabber.berlin.ccc.de";
|
||
|
$port = "5222";
|
||
|
|
||
|
$username = "";
|
||
|
$password = "";
|
||
|
$resource = "";
|
||
|
|
||
|
$jabber_recipient = array( "xyz@jabber.berlin.ccc.de",
|
||
|
"xyz2@jabber.berlin.ccc.de",
|
||
|
);
|
||
|
|
||
|
$mail_subject = "Pentabarf Error";
|
||
|
$mail_recipient = array("xyz@abc.de", "xyz@abc.de");
|
||
|
|
||
|
?>
|