Meet the team behind ShepHertz Platform
Making a difference in the world together
People whose belief drives us forward
Enterprises & Developers from across the world
Access the ShepHertz Newsroom
800+ APIs. 25+ Modules. 16 SDKs.Real-time Actionable Analytics. 1 Platform.
Acquire. Engage. Retain. Convert.
Comprehensive Solution to Securely Expose Protected Resources as APIs
Real Time & Turn Based MultiplayerGaming Platform With Game Mechanics.
Develop > Deploy > launch > Scale > Monitor
Continuous Integration & Delivery
Customers Want A 360 °Omni-Channel Retail Experience.
Seamless & ConnectedOmni-Channel Experience Delivered.
Plethora of Games are LaunchedEvery Day. Don't Let Yours Die.
Leverage User Data to DeliverPersonalized Content Across Channels
Inspire Wanderlust in theCustomers with Omni-Channel Experience
800+ APIs. 25+ Modules. 16 SDKs. Real-time Actionable Analytics. 1 Platform.
Real Time & Turn Based Multiplayer Gaming Platform With Game Mechanics.
Forum
Hello Marine,
Thanks for writing to us.
You can send file along with email by appending its URL in the mail body. Please find below the code snippet for the same.
String sendTo = "john@shephertz.co.in"; String sendSubject = "Feedback"; String sendMsg = "<img src= http://blogs.shephertz.com/wp-content/uploads/2013/03/BaaS2.jpg>"; String senderEmailId = "nick@gmail.com"; App42Log.SetDebug(true); //Print output in your editor console emailService.SendMail(sendTo, sendSubject, sendMsg, senderEmailId, EmailMIME.HTML_TEXT_MIME_TYPE, new UnityCallBack()); public class UnityCallBack : App42CallBack { public void OnSuccess(object response) { App42Log.Console("Success : " + response); } public void OnException(Exception e) { App42Log.Console("Exception : " + e); } }
String sendTo = "john@shephertz.co.in";
String sendSubject = "Feedback";
String sendMsg = "<img src= http://blogs.shephertz.com/wp-content/uploads/2013/03/BaaS2.jpg>";
String senderEmailId = "nick@gmail.com";
App42Log.SetDebug(true); //Print output in your editor console
emailService.SendMail(sendTo, sendSubject, sendMsg, senderEmailId, EmailMIME.HTML_TEXT_MIME_TYPE, new UnityCallBack());
public class UnityCallBack : App42CallBack
{
public void OnSuccess(object response)
App42Log.Console("Success : " + response);
}
public void OnException(Exception e)
App42Log.Console("Exception : " + e);
Let us know if it helps.
Thanks.