언어 설정

Menu
Sites
Language
Sending Email
when i am trying to send Email using native app, i am trying to create email using email_create_message(email_h *msg), i got error that EMAILS_ERROR_PERMISSION_DENIED. what is the problem actually??

Responses

5 댓글
Mahabub Zoraf
Sorry guys. i missed a simple thing to add permission in tizen manifest file for sending email.
Claus Giehl

Hello Zoraf.

I have exactly the same problem.

Which permission(s) did you add exactly ?

Best Regards
cgiehl

Armaan-Ul- Islam

Thanks for sharing, may help developers stuck on the same scenario.

Elton Torphy

The error you're encountering, "EMAILS_ERROR_PERMISSION_DENIED," typically indicates that your application does not have the necessary permissions to create an email message using the native app. This error is commonly seen in email client applications or software development kits (SDKs) when attempting to perform email-related actions without the appropriate permissions.