##// END OF EJS Templates
added information to patchbomb help pointing users to hgrc(5) to configure the [smtp] section in order to send patchbombs
Bill Barry -
r7694:2ceeb142 default
parent child Browse files
Show More
@@ -58,7 +58,13 b' to send each message out:'
58
58
59 % formail -s sendmail -bm -t < mbox
59 % formail -s sendmail -bm -t < mbox
60
60
61 That should be all. Now your patchbomb is on its way out.'''
61 That should be all. Now your patchbomb is on its way out.
62
63 You can also either configure the method option in the email section
64 to be a sendmail compatable mailer or fill out the [smtp] section so
65 that the patchbomb extension can automatically send patchbombs directly
66 from the commandline. See the [email] and [smtp] sections in hgrc(5)
67 for details.'''
62
68
63 import os, errno, socket, tempfile, cStringIO
69 import os, errno, socket, tempfile, cStringIO
64 import email.MIMEMultipart, email.MIMEBase
70 import email.MIMEMultipart, email.MIMEBase
General Comments 0
You need to be logged in to leave comments. Login now