`

An Email Program for Sending SMTP Mail from a Command Line

 
阅读更多
SendEmail is 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.

http://caspian.dotconf.net/menu/Software/SendEmail/

https://github.com/mogaal/sendemail



  • 大小: 52.2 KB
分享到:
评论

相关推荐

    Smtp.zip_Sending SMTP mail_pop_set SMTP

    在"Smtp.zip_Sending SMTP mail_pop_set SMTP"这个主题中,我们可以深入探讨以下几个关键知识点: 1. **SMTP邮件发送**:SMTP协议是互联网上标准的邮件传输协议。使用SMTP,你可以编写程序来发送邮件,包括主收件人...

    Free SMTP Server

    Free SMTP Server is a free SMTP server program for Windows that lets you send email messages directly from your computer. Along with a mass mailer the program can be used as a relay server for sending...

    Python库 | mail_sending_program-1.3-py3-none-any.whl

    from mail_sending_program import Mail # 创建邮件对象 mail = Mail(smtp_server='smtp.example.com', port=587, username='your_email@example.com', password='your_password') # 设置邮件内容 mail.sender = '...

    Some java code for sending email

    标题 "Some java code for sending email" 提供的信息表明,这个压缩包包含了一些用Java语言编写的用于发送电子邮件的代码。描述中的"send me email at : sunjunbin@gmail.com"是作者提供的一种方式,如果你对这些...

    Sending Email using MAPI - A COM DLL(sending email demo and soucecode)

    Sets the name you want to specify for the recipients, sets the email names of the sender – it may be different from your specified profile email address. put_strSubject Sets the subject of the ...

    PyPI 官网下载 | mail_sending_program-0.0.4-py3-none-any.whl

    body = "This is a test email sent using the mail_sending_program library." # 创建邮件 message = sender.create_message(sender_email, receiver, subject, body) # 发送邮件 sender.send(message) ``` 以上...

    Java邮件开发Fundamentals of the JavaMail API

    It defines support for a single mailbox for each user. That is all it does, and that is also the source of a lot of confusion. Much of what people are familiar with when using POP, like the ability...

    Visual Basic code for Sending email using MAPI control.

    在给定的标题和描述中提到的"Visual Basic code for Sending email using MAPI control",涉及到的是使用VB通过MAPI(Messaging Application Programming Interface)控件来发送电子邮件的技术。 MAPI是一种在操作...

    Sending the contents of a webpage with images as an HTML mail

    标题"Sending the contents of a webpage with images as an HTML mail"指的是将网页的完整内容,包括图片,作为HTML格式的邮件发送出去。描述进一步强调了这个主题,即处理网页和其图像的邮件发送过程。接下来,...

    J2EE add-on for sending mail (SMTP)-开源

    而"J2EE add-on for sending mail (SMTP)"则是针对J2EE平台的一个扩展,主要用于帮助开发者实现邮件发送功能。这个开源项目名为J2EEMAIL,它简化了Java应用程序通过SMTP(Simple Mail Transfer Protocol)协议发送...

    unix command line notes (2010)

    - **Launching graphical applications from the command line(从命令行启动图形应用)**: 介绍了如何在没有图形界面的情况下启动图形化应用程序。 #### 后台任务管理 - **Background commands(后台命令)**: ...

    解决VS2012 Express的There was a problem sending the command to the program问题

    安装Visual Studio 2012 Express之后,双击打开web.config文件时经常出现“There was a problem sending the command to the program”的错误,然后VS2012 Express打开了,但web.config文件没打开,需要再次双击web....

    计算机网络第六版答案

    Hence, it becomes possible for the attacker to issue a command to all the nodes, that target a single node (for example, all nodes in the botnet might be commanded by the attacker to send a TCP SYN ...

    php_smtp类

    echo 'Error sending email: ' . $smtp->ErrorInfo; } else { echo 'Email sent successfully!'; } ``` ### 邮件提示功能 邮件提示功能通常指的是在用户执行特定操作后,如注册、购买或忘记密码,向用户发送...

    Utilities for Windows NT 源码

    CLOSE Closes a window from the command line based on its title in the title bar by sending a WM_CLOSE message. This allows graceful shutdown of applications as opposed to KILL utilities (e.g. from the...

    Sakemail

    Fixed a bug when sending email to more than two address (the separator is still ‘,‘).9/3/981.6.0- Sometimes the filenames of an attachment contain invalid chars making very dificult to open a ...

    TEmailServer v4.1 For Delphi

    TEmailServer is an ideal component for building email address validator/verifier of bulk mail sender applications. As long as you have an internet connection, you can send emails from anywhere in the...

    phpmailer_smtp_mail_electrici67_php_phpmailercode_

    PHPMailer is a code library ... Sending emails directly by PHP code requires a high-level familiarity to SMTP standard protocol and related issues and vulnerabilities about Email injection for spamming.

    VB编程资源大全(英文源码 网络)

    email1mapi.zip Visual Basic code for Sending email using MAPI control.<END><br>48 , Dan.zip Dan's All purpose masterful program <END><br>49 , metasite.zip this vb code executes a request from...

    This is a complete email sending client in Visual Basic

    在IT领域,这通常涉及到SMTP(Simple Mail Transfer Protocol)协议,通过编程方式实现邮件的传输。Visual Basic是微软开发的一种面向对象的编程工具,特别适合初学者和专业开发者用于创建Windows应用程序。 描述中...

Global site tag (gtag.js) - Google Analytics