UNPKG

react-native-smtp-mailer

Version:

Send emails by connecting to smtp server+attachments, using android javamail and ios mailcore2

29 lines (28 loc) 759 B
{ "name": "react-native-smtp-mailer", "version": "1.2.5", "description": "Send emails by connecting to smtp server+attachments, using android javamail and ios mailcore2", "repository": { "type": "git", "url": "https://github.com/angelos3lex/react-native-smtp-mailer.git" }, "main": "index.ts", "homepage": "https://github.com/angelos3lex/react-native-smtp-mailer", "keywords": [ "react-native", "smtp", "email" ], "author": "angeloslex", "license": "MIT", "peerDependencies": { "react-native": "^0.41.2" }, "devDependencies": { "@types/jest": "^26.0.15", "@types/react": "^17.0.0", "@types/react-native": "^0.63.36", "@types/react-test-renderer": "^17.0.0", "typescript": "^4.1.2" } }