Skip to main content
Nintex Community Menu Bar
Solved

User unable to receive emails if they upload file greater than 4MB.

  • October 26, 2017
  • 4 replies
  • 41 views

Hi Team,

 

 

When i submit the request i am unable to recieve the pdf file attachment if more than 4 mb as attachment

Best answer by Albarghouthy

Hi,


 


The maximum size of a message in MSMQ is 4Mb


 


https://blogs.msdn.microsoft.com/johnbreakwell/2007/08/22/why-is-there-a-4mb-limit-on-msmq-messages/


 


Similar issue:


 


http://community.k2.com/t5/K2-blackpearl/Client-Event-notifications-not-sent-with-attachments-3-4MB-in/ta-p/77703


 


Workarounds:


 


-Use Mail Events instead of Task Notifications. 


-Don’t attach large files, rather implement and send a link to the item in the notification mail.

4 replies

Forum|alt.badge.img+12
  • October 26, 2017

Hi  @Kanchumati,


 


Thank you for logging this community post. Are you sending this email via smartforms or via K2 workflow? 


 


Kind regards,


 


Perc


  • Author
  • October 27, 2017

Sending the email from workflow


  • Author
  • October 27, 2017
Hi Perc, Thanks for replying the post .i need solution for these sending the email though k2 workflow . I am waiting for your reply. Thanks, kanchumati

Albarghouthy
Forum|alt.badge.img+16
  • Scholar
  • Answer
  • October 27, 2017

Hi,


 


The maximum size of a message in MSMQ is 4Mb


 


https://blogs.msdn.microsoft.com/johnbreakwell/2007/08/22/why-is-there-a-4mb-limit-on-msmq-messages/


 


Similar issue:


 


http://community.k2.com/t5/K2-blackpearl/Client-Event-notifications-not-sent-with-attachments-3-4MB-in/ta-p/77703


 


Workarounds:


 


-Use Mail Events instead of Task Notifications. 


-Don’t attach large files, rather implement and send a link to the item in the notification mail.