The “EmailPlugin” easily allows you to send emails using an email address from within your game/application.
该”EmailPlugin”很容易让你从你的游戏/应用程序内使用电子邮件地址发送电子邮件。
Features:
- Send and customise emails
- Embed image attachments or image URLs within emails
- Supports custom SMTP server. Tested with Amazon SES.
- Nodes with passwords text fields
- Custom asset to manage accounts
- Supports GMAIL, OUTLOOK and YAHOO
Code Modules:
- EmailPlugin (Runtime)
- EmailPluginEditor (Editor)
Number of Blueprints: 1
Number of C++ Classes: 16
Network Replicated: No
Supported Target Build Platforms: Windows, Android
Documentation: button in the toolbar brings up a window with the PDF documentation link and all the video tutorials links. Inside “EmailPluginContent/UMG” find UMG example of how to use the plugin.
Important/Additional Notes:
- INLINE IMAGES USING THE PLUGIN LIBRARY DO NOT WORK ON GMAIL.
- TO SEND EMAILS USING THE PLUGIN YOU MUST ENABLE ALLOW THIRD PARTY APPS IN YOU EMAIL OR CREATE AN APP PASSWORD. TUTORIAL VIDEOS INCLUDED. IF YOU ARE TESTING THE APP FROM THE LINK ABOVE USE THE BUILT IN EMAILS OPTIONS.
特征:
- 发送和自定义电子邮件
- 在电子邮件中嵌入图像附件或图像Url
- 支持自定义SMTP服务器。 通过Amazon SES测试。
- 具有密码文本字段的节点
- 管理帐户的自定义资产
- 支持GMAIL,OUTLOOK和雅虎
代码模块:
- EmailPlugin(运行时)
- EmailPluginEditor(编辑器)
蓝图数目: 1
C++类数: 16
网络复制:没有
支持的目标构建平台:Windows,Android
文件: 工具栏中的按钮会弹出一个窗口,其中包含PDF文档链接和所有视频教程链接。 在”EmailPluginContent/UMG”中找到如何使用插件的UMG示例。
重要/附加注意事项:
- 使用插件库的内联图像在GMAIL上不起作用。
- 要使用插件发送电子邮件,您必须启用允许第三方应用程序在您的电子邮件或创建一个应用程序密码。 包括教程视频。 如果您正在从上面的链接测试应用程序,请使用内置的电子邮件选项。
COMPATIBLE WITH UE5
The “Email Plugin” easily allows you to send emails using an email address from within your game/application. The plugin makes sure that any heavy code is run in the background asynchronously so that the game/application thread never gets halted. The plugin also offers an editor module which makes it easy to store various email accounts and retrieve them from inside any Blueprints at run-time. Custom text fields and Blueprint node pins keep passwords hidden and safe so that multiple people can collaborate on a project without having to reveal email’s passwords.
The plugin allows to fully customise your emails by adding attachments, embedding images within the email message and specify sender name and subject.
Example Project:
兼容UE5
“电子邮件插件”可以很容易地让你从你的游戏/应用程序中使用电子邮件地址发送电子邮件。 该插件确保任何繁重的代码在后台异步运行,以便游戏/应用程序线程永远不会停止。 该插件还提供了一个编辑器模块,可以轻松存储各种电子邮件帐户,并在运行时从任何蓝图中检索它们。 自定义文本字段和蓝图节点引脚可保持密码隐藏和安全,以便多人可以在项目中协作,而无需透露电子邮件的密码。
该插件允许通过添加附件,在电子邮件中嵌入图像并指定发件人名称和主题来完全自定义您的电子邮件。
示例项目:
评论(0)