comparison man/smtpmail.texi @ 49938:f2da717b5ff1

Fix.
author Simon Josefsson <jas@extundo.com>
date Sun, 23 Feb 2003 16:46:33 +0000
parents 789514132de9
children c678565b9253
comparison
equal deleted inserted replaced
49937:789514132de9 49938:f2da717b5ff1
279 other reason doesn't have permanent Internet connection, sending mail 279 other reason doesn't have permanent Internet connection, sending mail
280 will fail when you are not connected. The SMTP library implements 280 will fail when you are not connected. The SMTP library implements
281 queued delivery, and the following variable control its behaviour. 281 queued delivery, and the following variable control its behaviour.
282 282
283 @table @code 283 @table @code
284
285 @item smtpmail-queue-mail 284 @item smtpmail-queue-mail
286 @vindex smtpmail-queue-mail 285 @vindex smtpmail-queue-mail
287 The variable @code{smtpmail-queue-mail} controls whether a simple 286 The variable @code{smtpmail-queue-mail} controls whether a simple
288 off line mail sender is active. This variable is a boolean, and 287 off line mail sender is active. This variable is a boolean, and
289 defaults to @samp{nil} (disabled). If this is non-nil, mail is not 288 defaults to @samp{nil} (disabled). If this is non-nil, mail is not
295 @item smtpmail-queue-mail 294 @item smtpmail-queue-mail
296 @vindex smtpmail-queue-dir 295 @vindex smtpmail-queue-dir
297 The variable @code{smtpmail-queue-dir} specifies the name of the 296 The variable @code{smtpmail-queue-dir} specifies the name of the
298 directory to hold queued messages. It defaults to 297 directory to hold queued messages. It defaults to
299 @file{~/Mail/queued-mail/}. 298 @file{~/Mail/queued-mail/}.
299 @end table
300 300
301 @findex smtpmail-send-queued-mail 301 @findex smtpmail-send-queued-mail
302 The function @code{smtpmail-send-queued-mail} can be used to send 302 The function @code{smtpmail-send-queued-mail} can be used to send
303 any queued mail when @code{smtpmail-queue-mail} is enabled. It is 303 any queued mail when @code{smtpmail-queue-mail} is enabled. It is
304 typically invoked interactively with @kbd{M-x RET 304 typically invoked interactively with @kbd{M-x RET
305 smtpmail-send-queued-mail RET} when you are connected to the Internet. 305 smtpmail-send-queued-mail RET} when you are connected to the Internet.
306
307 @end table
308
309 306
310 @node Server workarounds 307 @node Server workarounds
311 @chapter Server workarounds 308 @chapter Server workarounds
312 309
313 Some SMTP servers have special requirements. The following variables 310 Some SMTP servers have special requirements. The following variables