问题标签 [easendmail]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c++ - “调试错误!abort() 已被调用”EASendEmail
我将 EASendEmail 与 Visual C++ 一起使用。编译并运行代码后,我收到一条错误消息:“调试错误!/Program:[file path] /abort() has been called/ (press retry to debug the application)”
代码来自这个网站:https ://www.emailarchitect.net/easeendmail/kb/vc.aspx?cat=0
错误发生在 lins 中:
'
我在 Visual Studio 中尝试过调试模式,它导致我在附加库中出现未处理的表达式,并在特定内存位置出现错误。
C++
c# - C# - Linux 上的 SMTP 邮件发送不起作用
我的程序在 debian 10 Linux 服务器上运行。
我在我的 C# 程序中使用了一个名为 EASendMail 的包,但它也不适用于普通的 System.Net.Mail。
这是我用于发送邮件的代码片段
每次我在 linux 上启动我的程序时dotnet run
,整个 porgram 都能完美运行。如果它来做 smtp 部分,则会出现此错误:Unable to load shared library 'kernel32.dll' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libkernel32.dll: cannot open shared object file: No such file or directory
我知道 kernel32.dll 仅适用于 Windows,但有什么解决方法吗?
提前致谢!!