search for: datasend

Displaying 3 results from an estimated 3 matches for "datasend".

Did you mean: data_end
2007 May 14
4
[*Win32 0.60] Sending call notification by e-mail/web?
...'smtp.acme.com'); # connect to an SMTP server $smtp->mail( 'asterisk@acme.com' ); # use the sender's address here $smtp->to('calls@acme.com'); # recipient's address $smtp->data(); # Start the mail # Send the header. $smtp->datasend("To: calls@acme.com\n"); $smtp->datasend("From: asterisk@acme.com\n"); $smtp->datasend("\n"); # Send the body. $smtp->datasend("Call received from $cidname/$cidnum\n"); $smtp->dataend(); # Finish sending the mail $smtp->quit;...
2016 Jul 11
3
Master-Master replication question
...pts{'s'},$opts{'p'}) || die "can't talk to server $opts{'s'}\n"; $message->mail($opts{'f'}); $message->to(@ARGV) || die "failed to send to the recepients ",join(",", at ARGV),": $!"; $message->data(); $message->datasend("To: " . join(", ", at ARGV) . "\n"); $message->datasend(@emailbody); $message->dataend(); $message->quit; Rick
2016 Jul 06
3
Master-Master replication question
Dear list, I have setup a master-master replication setup. My primairy MX's send email over on a DNS loadbalanced way, so DNS is doing some kind of round-robin way of sending mail to both master servers. I found out, that on one of the two machines, the email synchronisation is heavily delayed. Lets assume server A receives a mail from the MX; it synchronises almost instantly with the other