Send e-mail by SmtpServer using newLISP

Source: Internet
Author: User

Direct use of the standard module SMTPX.LSP, SMTP.LSP You can not set port, after trial, useless.

The following is a sample code:

#!/usr/bin/newlisp (set ' Debug-flag true) (module "SMTPX.LSP") (Set ' R (smtp:send-mail "[email protected]" "[Email Protected] "test" "How IS is you today?" -John Doe-"" "Smtp.myserver.com" "MyUser" "mypasswd" 587)) (unless R  


Debug-flag set to True is convenient for output debugging information

Smtp:get-error-text can print error messages.


Attention. The last parameter of the send-mail above is the port number specified. If you use QQ mailbox to send email, do not need to fill out this port number.


Other function references:

Http://www.newlisp.org/code/modules/smtpx.lsp.html

Copyright notice: This article blog original article. Blogs, without consent, may not be reproduced.

Send e-mail by SmtpServer using newLISP

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.