Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 48412a8f

Von G. Richardson vor mehr als 5 Jahren hinzugefügt

  • ID 48412a8f9845627180a9689d74cdd30a9f7c803b
  • Vorgänger f4d3d78c
  • Nachfolger dbd7c6a9

Typo in POD

Unterschiede anzeigen:

SL/Mailer.pm
375 375

  
376 376
=head1 OVERVIEW
377 377

  
378
Mail can be send from kivitendo via the sendmail command or the smtp protocol.
378
Mail can be sent from kivitendo via the sendmail command or the smtp protocol.
379 379

  
380 380

  
381 381
=head1 INTERNAL DATA TYPES
......
385 385

  
386 386
=item C<%mail_delivery_modules>
387 387

  
388
  Currently two modules are supported either smtp or sendmail.
388
  Currently two modules are supported: smtp or sendmail.
389 389

  
390 390
=item C<%type_to_table>
391 391

  
......
417 417

  
418 418
=item C<send>
419 419

  
420
  If a mail was send successfully the internal functions _store_in_journal
420
  If a mail was sent successfully the internal function _store_in_journal
421 421
  is called if email journaling is enabled. If _store_in_journal was executed
422 422
  successfully and the calling form is already persistent (database id) a
423 423
  record_link will be created.
......
430 430

  
431 431

  
432 432
  If $self->{journalentry} and either $self->{record_id} or $::form->{id} (checked in
433
  this order) exists a record link from record to email journal is created.
433
  this order) exist a record link from record to email journal is created.
434 434
  Will fail silently if record_link creation wasn't successful (same behaviour as
435 435
  _store_in_journal).
436 436

  

Auch abrufbar als: Unified diff