added information to patchbomb help pointing users to hgrc(5) to configure the [smtp] section in order to send patchbombs

This commit is contained in:
Bill Barry 2009-01-22 10:48:37 -07:00
parent 89fd1de384
commit cc176930e8

View File

@ -58,7 +58,13 @@ to send each message out:
% formail -s sendmail -bm -t < mbox
That should be all. Now your patchbomb is on its way out.'''
That should be all. Now your patchbomb is on its way out.
You can also either configure the method option in the email section
to be a sendmail compatable mailer or fill out the [smtp] section so
that the patchbomb extension can automatically send patchbombs directly
from the commandline. See the [email] and [smtp] sections in hgrc(5)
for details.'''
import os, errno, socket, tempfile, cStringIO
import email.MIMEMultipart, email.MIMEBase