Output Report size exceeds error

Hi Team,
we are getting an error while sending an attachment of size 12 mb through an send SMTP Mail activity
Please find the below error screenshot
image
If we send below 10 mb file attachment we are not getting this error, so please guide how to resolve this issue
Thanks
Kuldeep

@Kuldeep_Pandey

There is a limitation on smtp mails…so you can try compressing by converting to zip and then attach so that the file size is reduced

Cheers

Hi @Kuldeep_Pandey
Try below methods to resolve the issues.

  1. You can try using the Retry Scope activity to retry the Send SMTP Mail activity if it fails.
  2. Make zip file and send via SMTP mail sctivity

Regards,
Kaviyarasu N