| Allegro CL version 8.0 Moderately revised from 7.0. Significant update since 8.0 release. | ||||||||||
Arguments: mail-server from to login password &rest message
This operator was modified in an update released around February 3, 2006. The change involved the allowable values for message (previously, message could only be a string). See sys:update-allegro for information on updating Allegro CL. A further update allowed specification of a mail server port other than 25 using the mail-server argument, as described in the discussion of that argument in the description of send-smtp.
This function is like send-smtp except it has two additional required arguments: login and password (whose values should be strings). This function can be used in place of send-smtp when the server (specified by the mail-server argument) requires authentication. See send-smtp for further details. See the description of send-smtp for details of the other arguments.
Like send-smtp, the return value of this function is undefined. If the function returns rather than signaling an error, then it has "succeeded", where "success" means the SMTP server claimed that it received the message.
See imap.htm for more information.
Copyright (c) 1998-2008, Franz Inc. Oakland, CA., USA. All rights reserved.
This page has had moderate revisions compared to the 7.0 page.
Created 2007.4.30.
| Allegro CL version 8.0 Moderately revised from 7.0. Significant update since 8.0 release. | ||||||||||