Generating email after user registration

Hello,
I have searched many forums and website but was unable to find the specific details. I am working on a flight booking app and as the user clicks the submit button at the end, i need to generate an email showing their flight itinerary and ticket. I have looked into cordova plugins but they usually use the account configured in the user’s phone. Is there any way to send email to the user currently using the application?
The app also has a website made on php and i can hit the respective function for email generation but i need a solution in ionic only.
Please help.
Regards

use following plugin

i think you can create a Rest API for email sending… You can use PHPMailer or any frameworks to achieve it…