I am currently in the process of developing a mobile app using Ionic. One feature I would like to incorporate is sending an email notification to admins whenever a post is reported within the app. However, I am facing challenges with implementing this successfully.
Due to privacy concerns, I have ruled out using EmailComposer as it would expose the email contents to users. Additionally, utilizing PHPMailer is not feasible as I do not have access to a server for this project.
If you have any suggestions or solutions on how I can achieve this functionality without compromising user data security, I would greatly appreciate your help! Thank you!
Although I have explored options such as EmailComposer and PhpMailer, they have not provided satisfactory results given my current limitations. Ideally, I am looking to receive an email notification containing details such as the reported post, user id, post id, and the user id of the individual who reported the post.