Author |
|
loredano Newbie
Joined: 11 April 2018 Location: Italy
Online Status: Offline Posts: 15
|
Posted: 10 December 2019 at 6:45am | IP Logged
|
|
|
Hi,
we use the method: mailer.Message.Attachments.Add(filePath, fileName) and sometimes the log show the following exception (stack trace):
ERR ApplicationController-Exception:SendMail at a.g.l.a(String A_0, String A_1)
at a.g.l.e(String A_0)
at MailBee.Mime.AttachmentCollection.a(Byte[] A_0, String A_1, String A_2, String A_3, HeaderCollection A_4, NewAttachmentOptions A_5, MailTransferEncoding A_6, Boolean A_7)
at MailBee.Mime.AttachmentCollection.b(String A_0, String A_1, String A_2, String A_3, HeaderCollection A_4, NewAttachmentOptions A_5, MailTransferEncoding A_6, Boolean A_7)
at ApplicationService.Controllers.ApplicationController.SendMail(ApplicationEmail applicationEmail).
What about this exception?
Regards
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 10 December 2019 at 8:00am | IP Logged
|
|
|
Hi,
Please make sure this reproduces with the latest version and, if it does, please send us a simple (a few code lines) self-contained sample which reproduces this issue. You can post it at https://s.afterlogic.com/helpdesk/
Thanks!
Regards,
Alex
|
Back to Top |
|
|