X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FMailer.pm;h=eb9f7a2c5b977df1f4823bc816a4d8daffbcc417;hb=8a47996aaf3e91db6b21ee147c2cc269ee1d3e6d;hp=3dd6831f3e2337501d36cd38791848d1ec929074;hpb=bbb2383f64acde4451b241c200600e4bb33a9030;p=kivitendo-erp.git diff --git a/SL/Mailer.pm b/SL/Mailer.pm index 3dd6831f3..eb9f7a2c5 100644 --- a/SL/Mailer.pm +++ b/SL/Mailer.pm @@ -375,7 +375,7 @@ SL::Mailer - Base class for sending mails from kivitendo =head1 OVERVIEW -Mail can be send from kivitendo via the sendmail command or the smtp protocol. +Mail can be sent from kivitendo via the sendmail command or the smtp protocol. =head1 INTERNAL DATA TYPES @@ -385,7 +385,7 @@ Mail can be send from kivitendo via the sendmail command or the smtp protocol. =item C<%mail_delivery_modules> - Currently two modules are supported either smtp or sendmail. + Currently two modules are supported: smtp or sendmail. =item C<%type_to_table> @@ -417,7 +417,7 @@ Mail can be send from kivitendo via the sendmail command or the smtp protocol. =item C - If a mail was send successfully the internal functions _store_in_journal + If a mail was sent successfully the internal function _store_in_journal is called if email journaling is enabled. If _store_in_journal was executed successfully and the calling form is already persistent (database id) a record_link will be created. @@ -430,7 +430,7 @@ Mail can be send from kivitendo via the sendmail command or the smtp protocol. If $self->{journalentry} and either $self->{record_id} or $::form->{id} (checked in - this order) exists a record link from record to email journal is created. + this order) exist a record link from record to email journal is created. Will fail silently if record_link creation wasn't successful (same behaviour as _store_in_journal).