We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I keep getting "No value for attachmentsInBase64Format" in android. with or without attachments. What should I put in the attachment array? Thanks.
The text was updated successfully, but these errors were encountered:
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 :)
Sorry, something went wrong.
No branches or pull requests
Hi,
I keep getting "No value for attachmentsInBase64Format" in android. with or without attachments. What should I put in the attachment array? Thanks.
The text was updated successfully, but these errors were encountered: