Skip to content

Commit

Permalink
mail sending
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Mar 26, 2024
1 parent 962ac48 commit 7d93198
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kikeriki -> smtp: send the email
....

1. The E-Mail Command that some system sends... +
contains the complete Mail (as Text) and the recipients
contains the complete Mail (as Text) and its recipients
1. Kikeriki send the E-Mail via the SMTP-Server to the recipients

==== More detailed look on how kikeriki send the E-Mail
Expand All @@ -43,8 +43,14 @@ participant "Outbox"
participant "Outbox Job" as oj
participant "SMTP-Server" as smtp
ss -> ka: send mail command
ka -> ae : throw application event
ae -> Outbox: store
loop for each stored mail
oj -> Outbox : get Mail
Outbox -> smtp : send Mail
end
@enduml
....

Expand Down

0 comments on commit 7d93198

Please sign in to comment.