Integrating Mailgun with Ionic
问题 I want to send email without using email composer, so I followed tutorial from https://www.thepolyglotdeveloper.com/2016/05/send-emails-ionic-2-mobile-app-via-rackspace-mailgun-api/ to use Mailgun API. Since Http from "@angular/http" has been deprecated, the code from tutorial is not working anymore. Here is what I have so far: I replaced import {Http, Request, RequestMethod} from "@angular/http"; with import {HttpClient, HttpHeaders} from '@angular/common/http'; and send method is send() {