Skip to content

Andrey-Lomakin/rn_email-smtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React native email smtp

android only

  • send smtp message
  • attach xml or json file in text date
  • add attach (image?)

Collected from sticks and stones. I'm not a java developer. For myself. Got push is welcome.

import MailSMTP from 'react-native-mail-smtp';

MailSMTP.sendMail({
    mailhost: 'smtp.google.com',
    port: '465',
    username: 'username',
    password: 'password',
    from: 'from',
    to: 'to',
    subject: 'subject',
    htmlBody: 'body',
    attachment: true,
    format: 'JSON',
    img: ['path image', 'path image']
})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published