#!/usr/bin/perl

# Copyright (C) 2000 NEC Corporation
# All Rights Reserved.

# RCS: $Id: sendscript,v 1.1.1.1 2009/06/24 10:16:38 wbmc Exp $


#-----------------------------------------------------------------------
#
# メールの送受信実行スクリプト
#

# プロバイダへメールを送信
system("/usr/sbin/sendmail -q");

exit;
