Email service function

0 votes

Question 1,

I try to use the email service to send a email with a image inside, but if i want the user to click on the image then it will link them to another webpage, how to code that?

now my string is "</br> <img src= http://blogs.shephertz.com/wp-content/uploads/2013/03/BaaS2.jpg> </br> Thanks for register id i";

Question 2

Is that posible, inside the email that we send, add a html page inside?

Question 3

In the app42 console, can we modify the email templete, which not only for reset user templete?

 

Thanks.

 

asked Aug 27, 2014 in App42 Cloud API-BaaS by admin (10 points)

1 Answer

0 votes

Hello Admin,

Thanks for writing to us. Please find my ans below:

Question 1 I try to use the email service to send a email with a image inside, but if i want the user to click on the image then it will link them to another webpage, how to code that?

now my string is "</br> <img src= http://blogs.shephertz.com/wp-content/uploads/2013/03/BaaS2.jpg> </br> Thanks for register id i";

Ans: You can set href tag to that image as shown below:

String message = "<a href=www.google.com> <img src= http://blogs.shephertz.com/wp-content/uploads/2013/03/BaaS2.jpg></a> Thanks for register id i"

Question 2

Is that posible, inside the email that we send, add a html page inside?

Ans: Yes you can send an html page inside email. You can copy your html page source code and paste in the message field to send in email.

Question 3

In the app42 console, can we modify the email templete, which not only for reset user templete?

Ans: Yes you can customize your email template according to your need in compose section.

Let us know if it helps.

Thanks

 

answered Aug 27, 2014 by hs00105 (2,005 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...