comparison doc/misc/smtpmail.texi @ 109270:a7253b87aad9

Remove remaining tabs from non-verbatim in doc/misc/*.texi.
author Glenn Morris <rgm@gnu.org>
date Wed, 23 Jun 2010 00:44:09 -0700
parents f1266b2f017e
children a91e94388547
comparison
equal deleted inserted replaced
109269:ded08012be37 109270:a7253b87aad9
353 message when they are sent using the @code{RCPT TO} command. Some 353 message when they are sent using the @code{RCPT TO} command. Some
354 configurations of sendmail requires this behavior. Don't bother to 354 configurations of sendmail requires this behavior. Don't bother to
355 set this unless you have get an error like: 355 set this unless you have get an error like:
356 356
357 @example 357 @example
358 Sending failed; SMTP protocol error 358 Sending failed; SMTP protocol error
359 @end example 359 @end example
360 360
361 when sending mail, and the debug buffer (@pxref{Debugging})) contains 361 when sending mail, and the debug buffer (@pxref{Debugging})) contains
362 an error such as: 362 an error such as:
363 363
364 @example 364 @example
365 RCPT TO: @var{someone} 365 RCPT TO: @var{someone}
366 501 @var{someone}: recipient address must contain a domain 366 501 @var{someone}: recipient address must contain a domain
367 @end example 367 @end example
368 368
369 @end table 369 @end table
370 370
371 371