/[mailutils]/mailutils/doc/texinfo/mailer.texi
ViewVC logotype

Diff of /mailutils/doc/texinfo/mailer.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by gray, Sun Nov 24 22:17:39 2002 UTC revision 1.9 by gray, Sat Dec 14 23:47:08 2002 UTC
# Line 24  The API is still changing. Line 24  The API is still changing.
24    
25  @deftypefun int mailer_send_message (mailer_t @var{mailer}, message_t @var{msg}, address_t @var{from}, address_t @var{to});  @deftypefun int mailer_send_message (mailer_t @var{mailer}, message_t @var{msg}, address_t @var{from}, address_t @var{to});
26    
27  If from is not @var{NULL}, it must containg a single fully qualified  If from is not @var{NULL}, it must contain a single fully qualified
28  RFC2822 email address which will be used as the envelope from  RFC2822 email address which will be used as the envelope from
29  address. This is the address to which delivery status notifications  address. This is the address to which delivery status notifications
30  are sent, so it never matters what it is set to until it REALLY matters.  are sent, so it never matters what it is set to until it REALLY matters.
# Line 101  Some possible use cases the API must sup Line 101  Some possible use cases the API must sup
101    
102   2 - mailer_deliver(mailer, msg, address_t( "<>" ), to)   2 - mailer_deliver(mailer, msg, address_t( "<>" ), to)
103    
104     Don't want mail loops, so the nul but valid SMTP address of <> is     Don't want mail loops, so the null but valid SMTP address of <> is
105     the envelope from.     the envelope from.
106    
107  @subheading The sendmail mailer.  @subheading The sendmail mailer.

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26