Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No value for attachmentsInBase64Format #1

Open
yijuin opened this issue Jan 31, 2017 · 1 comment
Open

No value for attachmentsInBase64Format #1

yijuin opened this issue Jan 31, 2017 · 1 comment

Comments

@yijuin
Copy link

yijuin commented Jan 31, 2017

Hi,

I keep getting "No value for attachmentsInBase64Format" in android. with or without attachments. What should I put in the attachment array? Thanks.

@erickbarbosa
Copy link

erickbarbosa commented Oct 13, 2017

Hi I solved my problem update my json format to this:

var mailSettings = {
emailFrom: "emailFrom@domain.com",
emailTo: "emailTo@domain.com",
smtp: "smtp-mail.domain.com",
smtpUserName: "authuser@domain.com",
smtpPassword: "password",
attachmentsInBase64Format: ["attchament1","attchament2"],
subject: "email subject",
textBody: "write something within the boddy of the email"
};

Change "attachments" property to "attachmentsInBase64Format"

I holpe help u :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants