@@ -44,7 +44,7 @@ public static class SendEmailHelper
|
||||
{
|
||||
|
||||
//---邮件发送失败,您进行的操作未能成功,请检查邮箱或联系维护人员
|
||||
throw new Exception(StaticData.International("SendEmail_SendFail"));
|
||||
throw new Exception(StaticData.International("SendEmail_SendFail"),new Exception(ex.Message));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user