- or download this
$smtp->datasend("--$boundary\n");
- or download this
$smtp->datasend("--$boundary--\n");
- or download this
# Generate a new boundary to use.
# The unsupported $VANILLA is for test purposes only.
...
sub gen_boundary {
return ( "_----------=_" . ( $VANILLA ? '' : int(time) . $$ ) . $B
+Count++ );
}