I am sending invitations using wso2 emm but those emails are actually not received on the device, what configurations do i need to change so that i could receive the mails on my devices.Any help would really be appreciated. Can anyone explain this link
Did you Configure the email parameters? in the doc you provided? You need to configure the email settings to send out registration confirmation emails to new users and invite existing users to register their device with WSO2 EMM.
https://docs.wso2.com/display/EMM201/General+Server+Configurations
Related
I have a django app where users can send emails through the app to contacts that they upload themselves. I use Sendgrid to send the email and the recipient receives an email from a "white-label" address like hello#mydomain.com
Now, I would like to implement a system where I can allow users to send emails through our app but that those emails are sent by their own email address. To make it simple, let's just consider "Gmail" and if a user want they can "login with their gmail account" on my app and then send emails from my app that are sent from their account... I know that Gmail has an API and I wonder if I can leverage it to do what I need.
You can definitely send emails using Gmail API methods but keep in mind the below stated in their official documentation:
Note: The Gmail API shouldn't be used to replace IMAP for developing a
full-fledged email client. Instead, see IMAP, POP, and SMTP.
As they recommend, you could integrate IMAP/SMTP features in your application so users can authenticate/provide access to their accounts and achieve your goal of having emails sent from their accounts.
Hi i Want in API manager WSO2 in store section after user registered Send email with link to confirm account
am version: 2.5.0
Please Help Me
Your requirement can be achieved through a custom workflow extension. By default there is a custom workflow to the user signup process. You may need to extend that to send an email. Please refer to this.
I am using WSO2 IS 5.3.0 server and I am wondering if it is possible to send an email when user changes his password or any other attribute, etc., email.? Is this feature already built in WSO2 IS (I couldn't find anything in WSDL services) or is it then possible to extend something?
Any comments about this issue would be appreciated.
Please do the following steps to achieve this task.
Write a custom user operation event listener extending the AbstractUserOperationEventListener.java
Implement the doPostUpdateCredential method. doPostUpdateCredential
Trigger notification event handler to send a notification to the user. EventHandlerNotification
I am setting up wso2 2.0.1 in my local machine [windows 7], i am able to intall and start server and create users in that but while createing the user profile the email are not getting to the usre to enroll. I did the configurattions expalined below. I am not getting anyy error and getting a message like the invitation mail sent to the user, butt no mails received.
https://docs.wso2.com/display/EMM210/General+Server+Configurations#GeneralServerConfigurations-email.
Can anyyone help on this...
This can be mainly because the gmail account you are using is preventing the application to send the email. You can check whether 3rd party application support is enabled or disabled in gmail. You can enable 3rd party application access by navigating to sign-in & security via settings and enable Allow less secure apps: [1]
I'm not able to send mails with wso2 EMM v1.0.1, no matter how I configure the mail settings.
Can someone who managed to do this tell me how to do this?
Thanks
What is the email server you gonna connect? EMM version 1.0.0 had an issue connecting to secure email servers (SES) which has been fixed in 1.1.0 version. Try connecting to a gmail server and see whether you can send mails.