• SendEmail的设计是一个轻便,完全基于命令行,SMTP电子邮件剂。 如果你有需要发送电子邮件从命令行,这个工具是完美的。

    它的目的是要被用在庆典的脚本,Perl程序和网站,但它也是很有用的,在许多其他情况下。

    SendEmail是Perl编写和独特之处在于,它需要特殊的模块。 它有一个直观的和灵活的命令行的选择,使得它很容易学习和使用。

    简单地下载、提取和运行"sendEmail"从命令,它将得到使用的摘要。 这是Perl编写的,所以没有汇编必要的。 在类unix系统,如果你perl二是没有安装/usr/bin/perl你可能需要编辑的第一行脚本。 如果你正在运行一个微软操作系统可能需要把一个.pl延sendEmail使Windows会知道将它与perl。

    简介:sendEmail-f的地址[选择]

    要求:

    -f的地址(发送者)的电子邮件地址

    *至少一个接收者所需的通过-t-c-c,或bcc

    *消息体需要通过-m、STDIN,或者-o消息-file=文件

  • SendEmail डिजाइन किया गया था होना करने के लिए एक हल्के, पूरी तरह से कमांड लाइन आधारित, SMTP ईमेल एजेंट. अगर आप की जरूरत है ईमेल भेजने के लिए कमांड लाइन से, इस उपकरण के लिए एकदम सही है.

    यह बनाया गया था करने के लिए इस्तेमाल किया जा सकता में पार्टी की योजना बनाई स्क्रिप्ट, पर्ल कार्यक्रम, और वेब साइटों, लेकिन यह भी काफी उपयोगी कई अन्य संदर्भों में है ।

    SendEmail में लिखा है पर्ल और अद्वितीय है में है कि यह की आवश्यकता है कोई विशेष मॉड्यूल है । यह एक सहज और लचीला सेट के आदेश-पंक्ति विकल्प के साथ, यह बहुत आसान बनाने के लिए जानने के लिए और का उपयोग करें.

    बस डाउनलोड, निकालने, और चलाने के लिए "sendEmail" एक कमांड प्रॉम्प्ट से, यह एक प्रयोग सार है । यह पर्ल में लिखा है, तो कोई संग्रह की जरूरत है । पर एक unix सिस्टम यदि आपके पर्ल बाइनरी पर स्थापित नहीं है /usr/bin/perl आप संपादित करने की जरूरत है पहली पंक्ति की स्क्रिप्ट है । यदि आप चला रहे हैं Microsoft OS आप की आवश्यकता हो सकती करने के लिए डाल दिया .pl विस्तार पर sendEmail तो Windows पता चल जाएगा यह करने के लिए सहयोगी के साथ पर्ल.

    सार: sendEmail -एफ पते [विकल्प]

    आवश्यक:

    -एफ पते से (प्रेषक) ईमेल पता

    * कम से कम एक प्राप्तकर्ता के माध्यम से आवश्यक टी, प्रतिलिपि, या गुप्त प्रतिलिपि

    * संदेश के माध्यम से आवश्यक -एम, STDIN, या -ओ संदेश फ़ाइल=फ़ाइल

  • SendEmail was designed to be a lightweight, completly command line based, SMTP email agent. If you have the need to send email from the command line, this tool is perfect.

    It was designed to be used in bash scripts, Perl programs, and web sites, but it is also quite useful in many other contexts.

    SendEmail is written in Perl and is unique in that it requires NO SPECIAL MODULES. It has an intuitive and flexible set of command-line options, making it very easy to learn and use.

    Simply download, extract, and run "sendEmail" from a command prompt, it will give a usage summary. It is written in Perl, so no compilation needed. On a unix system if your perl binary is not installed at /usr/bin/perl you may need to edit the first line of the script. If you're running a Microsoft OS you may need to put a .pl extension on sendEmail so Windows will know to associate it with perl.

    Synopsis: sendEmail -f ADDRESS [options]

    Required:

    -f ADDRESS from (sender) email address

    * At least one recipient required via -t, -cc, or -bcc

    * Message body required via -m, STDIN, or -o message-file=FILE