Unity Compact Email Service

Get Zip ↗   |   UE4 Version ↗

Unity Compact Email Service

1 Overview

Compact Email Service provides the ability to send email without setting up your mail server. Users can send normal email or verification email by one function or one click from Unity.


2 Introduction

Compact Email Service provides the ability to send email without setting up your mail server. Users can send normal email or verification email by on function. Also, users can set reply email address, email content, verification code length, etc.

  • Support to send normal email.

  • Support to send verification email.

  • Support to set reply email address.

  • Support to set source email address, such as noreply@exmaple.com.

  • Support to customize email content.

  • Support to set verification code length.


3 Quick Start

Following blew steps, you will use this tool quickly.

3.1 Set your user email and api key

Register your account from here.

AccountApiKey

Fill account email and api key in next step.


3.2 Add a Compact Email Service Proxy.

Drag CompactEmailServiceProxy into your own scene.

EmailServiceProxy

Fill account email and api key from section 3.1 and set following parameters.

  • DestEmail: The email address that will receive this email.

  • FromEmail: The sender’s email address which will be shown in receiver side, such as noreply@exmaple.com.

  • ReplyEmail: The real email address that receiver will reply to.

  • Subject: The email subject.

  • Content; The body content of the email.

  • IsForVerification: True if the email used for verification.

  • VerificationCodeLen: The verification coder length, which will not larger than 18.

Notice that you need to use $authcode inside your email content, which will be replaced to the real verification code while sending. You will reveive the verification code from callback function, which you can use to verify the user.


3.3 Send email

Bind send email function or call it directly. Sending normal email as follow.

SendEmail


4 Support

In the event you are unable to find the information you seek, feel free to contact easycomplex.tech@gmail.com.


Vistied:
Share: Twitter Facebook LinkedIn