

- MAILCORE2 IOS POD INSTALL
- MAILCORE2 IOS POD MANUAL
- MAILCORE2 IOS POD FOR ANDROID
- MAILCORE2 IOS POD PASSWORD
MAILCORE2 IOS POD PASSWORD
The password to authenticate with stmp host recipients: stringĬomma separated values if want to add multiple recipients i.e: subject: string The username to authenticate with stmp host, i.e: password: string The port that the smtp provider listens to, i.e: "465" username: string` RNFS is from react-native-fs library, used just to demonstrate a way of accessing files in phone filesystem.

In a ios-only application, no need to define it in ios filenames will be same as specified in path. ], // required in android, these are renames of original files.

RNFS.DocumentDirectoryPath + "/image.png" RNFS.DocumentDirectoryPath + "/zipFile.zip", RNFS.DocumentDirectoryPath + "/pdfFile.pdf", RNFS.DocumentDirectoryPath + "/test2.csv", RNFS.DocumentDirectoryPath + "/test.txt", RNFS.ExternalDirectoryPath + "/image.jpg", Add libRNSmtpMailer.a to your project's Build Phases ➜ Link Binary With Libraries In XCode, in the project navigator, select your project.Go to node_modules ➜ react-native-smtp-mailer and add RNSmtpMailer.xcodeproj.In XCode, in the project navigator, right click Libraries ➜ Add Files to.
MAILCORE2 IOS POD MANUAL
$ react-native link react-native-smtp-mailer Manual installation iOS If you use RN version less than 0.60, then you need to link the native modules, either automatically or manually Link Instructions for RN versions less than 0.60 Mostly automatic installation
MAILCORE2 IOS POD INSTALL
It's important to set these, otherwise they are not always shown in the received email i.e: or etc Usage with ProguardĪdd the following into android/app/proguard-rules.$ npm install react-native-smtp-mailer -save The sending attachments filenames, will be renamed by these.
MAILCORE2 IOS POD FOR ANDROID
Required if attachmentPaths are set, Only for android Optional path URIs of files that exist to the filesystem in the specified path, and want to be send as attachments i.e: attachmentNames?: Array Optional list of bcc emails i.e: attachmentPaths?: Array In iOS TLS/SSL is determined automatically, so either true or false, it doesn't affect itīy default it is true in android. If not specified, the reply-to email is the username one i.e: ssl?: boolean If reply-to is not specified, the reply-to will still use the username email replyTo?: string By default it's the same as the username field i.e: Note: This is different than the reply-to email address. i.e: "Sample HeaderLorem ipsum dolor sit amet." fromName?: stringĪlias of the username email address, to be shown in the recipients as the sender's name. The subject of the email htmlBody: string

$ npm install react-native-smtp-mailer -save
