summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de/code/send_email.php
blob: 72cd25f86bb08f313db1afac0035480f42319500 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

require_once __DIR__ . '/../vendor/autoload.php';

use Pheanstalk\Pheanstalk;

$pheanstalk = new Pheanstalk('192.168.122.1');

$pheanstalk
	->useTube('testtube')
	->put($data);