Mostafa Amer
Mostafa Amer

Reputation: 312

How To Send HTML Attachment With Android(Java)

I'm trying to create POS Android Application, I added feature that after a order submitted the app send the order invoice with email to the customer.

My problem is how to create this invoice with unfixed number of data presented in the invoice so I can send it through email?.

Similar To This One: enter image description here

by the way I'm using java email API.

Upvotes: 1

Views: 56

Answers (1)

Aziz Ahmed
Aziz Ahmed

Reputation: 81

You can try StringTemplate to use email templating.

Upvotes: 2

Related Questions