定时发送邮件,报错如下
com.fr.schedule.output.EmailException: com.sun.mail.smtp.SMTPSendFailedException: 552 5.3.4 Error: message file too big
at com.fr.schedule.output.EmailNotification.doFileAction(Unknown Source)
at com.fr.schedule.output.EmailNotification.doFileAction(Unknown Source)
at com.fr.fs.schedule.job.DoFileActionJob.doFileAction(Unknown Source)
at com.fr.fs.schedule.job.ViewReportletJob.executeReportByUsername(Unknown Source)
at com.fr.fs.schedule.job.ViewReportletJob.executeScheduledOutput(Unknown Source)
at com.fr.fs.schedule.job.ViewReportletJob.executeReport(Unknown Source)
at com.fr.fs.schedule.job.ReportletJob.execute(Unknown Source)
at com.fr.third.org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at com.fr.third.org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:525)
Caused by: com.sun.mail.smtp.SMTPSendFailedException: 552 5.3.4 Error: message file too big
at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1515)
at com.sun.mail.smtp.SMTPTransport.finishData(SMTPTransport.java:1321)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:637)
at com.fr.base.EmailManager.send(Unknown Source)
at com.fr.base.EmailManager.send(Unknown Source) ... 9 more
请问哪里限制了附件的大小