Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.2, 0.8.3, and 0.9

doc: fill settings of email

Changeset c8f9d10b7842

Parent 4263404a8ad2

by Giampaolo Fadel

Changes to one file · Browse files at c8f9d10b7842 Showing diff from parent 4263404a8ad2 Diff from another changeset...

 
264
265
266
267
 
268
269
270
 
271
272
273
 
 
274
275
276
 
 
277
278
279
 
 
 
 
 
280
281
282
 
283
284
285
 
 
286
287
288
 
 
289
290
291
 
292
293
294
 
295
296
297
 
298
 
299
300
301
 
264
265
266
 
267
268
269
 
270
271
272
 
273
274
275
276
 
277
278
279
280
 
281
282
283
284
285
286
287
 
288
289
290
 
291
292
293
294
 
295
296
297
298
 
299
300
301
 
302
303
304
 
305
306
307
308
309
310
@@ -264,38 +264,47 @@
 -----    :guilabel:`From:` - TODO + Email address to use in the "From" header and for the SMTP envelope.    :guilabel:`To:` - TODO + Comma-separated list of recipient email addresses.    :guilabel:`Cc:` - TODO + Comma-separated list of carbon copy recipient email + addresses.    :guilabel:`Bcc:` - TODO + Comma-separated list of blind carbon copy recipient + email addresses.    :guilabel:`method:` - TODO + Optional. Method to use to send email messages. If value is "smtp" (default), + use SMTP (configured below). Otherwise, use as name of program to run that + acts like sendmail (takes "-f" option for sender, list of recipients on + command line, message on stdin). Normally, setting this to "sendmail" or + "/usr/sbin/sendmail" is enough to use sendmail to send messages.    :guilabel:`SMTP Host:` - TODO + Host name of mail server.    :guilabel:`SMTP Port:` - TODO + Port to connect to on mail server. + Default: 25.    :guilabel:`SMTP TLS:` - TODO + Connect to mail server using TLS. + Default: False.    :guilabel:`SMTP Username:` - TODO + Username to authenticate to mail server with.    :guilabel:`SMTP Password:` - TODO + Password to authenticate to mail server with.    :guilabel:`Local Hostname:` - TODO + Hostname the sender can use to identify itself to the mail server.   +  Diff  ----