gpt4 book ai didi

c# - 如何在控制台应用程序中使用 Actionmailer.Net.Standalone?

转载 作者:行者123 更新时间:2023-11-30 17:56:28 25 4
gpt4 key购买 nike

是否可以在控制台应用程序中使用 Actionmailer.Net.Standalone?我不断收到以下错误:

Could not find any CSHTML or VBHTML views named [CRD.html.cshtml] in the path [EmailTemplates]. Ensure that you specify the format in the file name (ie: CRD.html.cshtml.txt.cshtml or CRD.html.cshtml.html.cshtml)

代码

    public class Mailer : RazorMailerBase
{
public override string ViewPath
{
get { return "EmailTemplates"; }
}

public RazorEmailResult Processed(string f)
{

From = group;
To.Add(user);
Subject = "CRD Process Server has processed file: " + f;
return Email("CRD.html.cshtml");
}
}

enter image description here

我是否需要在某处实现 RazorViewEngine,因为它不是控制台应用程序的标准?

最佳答案

有点晚了,但也许它仍然有帮助:

努力改变

return Email("CRD.html.cshtml");

return Email("CRD");

扩展会自动附加。

关于c# - 如何在控制台应用程序中使用 Actionmailer.Net.Standalone?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14147897/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com