Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
devel:documentation:notifications:dev:notification_manager [2018/11/16 09:48]
tomiskar [Sending notification and processing]
devel:documentation:notifications:dev:notification_manager [2020/09/16 09:10] (current)
tomiskar [Notification and attachments]
Line 57: Line 57:
 ===== Notification and attachments ===== ===== Notification and attachments =====
  
-Notification sender can send attachments. The only sender, which supports sending attachment is email sender now. Sent attachments are not persisted automatically and it's possible to send them from backend only. Attachments (''IdmAttachmentDto'') can be instanced (''inputData'' will be used) or can be persisted before - data will be loaded by ''AttachmentManager'', when notification (email) is send (see ''DefaultEmailer'').+Notification sender can send attachments. The only sender, which supports sending attachment is email sender now. Sent attachments are persisted automatically and it's possible to send them from backend only. Attachments (''IdmAttachmentDto'') can be instanced (''inputData'' will be used) or can be persisted before - data will be loaded by ''AttachmentManager'', when notification (email) is send (see ''DefaultEmailer'').
 ===== Configuration ===== ===== Configuration =====
  
  • by tomiskar