Cannot send mails with WSO2 EMM - wso2

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.

Related

Adding an email notification to a WSO2 File Transfer Service that uses the file connector

I have created a file transfer service that uses a file connector. I want an email notification to be sent out when files have been transferred to the directories.
I tried using email connectors and gmail connectors but there are no emails coming through. Is there an easier way to do this without using email or gmail connectors?
The service is done on wso2 integration studio and deployed on wso2 micro integrator 7.1.0
You can use the inbuilt mailto transport to achieve this. Please refer to the documentation here[1].
[1] https://ei.docs.wso2.com/en/latest/micro-integrator/setup/transport_configurations/configuring-transports/#configuring-the-mailto-transport

wso2 EMM user / device enrollment issue

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]

wso2 EMM, not receiving e-mail on device

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

WSO2 EMM can't login

I'm newbie on WSO2 MDM solution, I just finished setup the server. Now I want login https://server_ip:9443/emm/ with admin/admin , but after login will redirect to https://localhost:9443/emm/acs , you can see that not service IP address, how can I fix this problem ?
I just want login emm to register my Android mobile device.
Thanks
I hope you are using EMM 1.1.0 version. When you start the server you will see the emm url as follows
[2015-11-10 20:01:23,254] INFO {JAGGERY.config.app:js} - EMM URL : http://10.100.7.26:9763/emm
Just click on that. You will redirect to a single sign on page. There you can login using admin/admin. Then you will redirect back to the emm console. There you can register your android device.
I just edited sso-idp-conifg.xml (localhost to ip_server) that can redirect to https://server_ip:9443/emm/ , anyway, thanks for your help.
Hello,
I just edited sso-idp-config (localhost to server_ip) that can redirect.

Joomla - How to take the emails from another server via SMTP

Hello am cofused with joomla 2.5 and smtp.
I buy domen and hosting and in cpanel i make new email (contact#my-site.com)
I want all received and sent messages to get in joomla admin mailbox. Someone tell me that is inposible and i need module for that.
I configure my SMTP in joomla for gmail. Whay gmail? Gmail for test to see does message will be received in JO Mailbox:
Mailer: SMTP
SMTP Authentication: Yes
SMTP Security: SSL
SMTP Port 465
SMTP username: your gmail username
SMTP password: your gmail password
SMTP host: smtp.gmail.com
And when i send email from gmail to contact#my-site.com message not delivered in joomla mailbox.
Whay what i do wrong i configure smtp? BUt all message sent from gmail to contact#my-site.com is delivered in cpanel mail service.
I can read all mails via Using Horde, RoundCube and SquirrelMail. All message is there but that message i want to show in joomla mailbox. Whay? BCS i have many moderators on website and i dont want give full access on cpanel.
So if moderator want to read new message he must to go in my-site.com/cpanel and log there and than can read message..
Anyone can help me for this or give some module or component to fix that.
Thanks!
The Mail Settings in the Joomla Global Configuration are only used if Joomla itself wants to send some emails. Like when a new user is created it can send an email to the user and the administrator. It's not meant to read emails at all (thus no pop or imap settings, only smtp). By default it will use the PHP mail present on the webserver which most of time works fine.
If you want to read emails from Gmail on your Joomla site, you need indeed a component for that. You can have a look at the Joomla Extension Directory (JED: http://extensions.joomla.org/extensions/contacts-and-feedback/email) if you find something which does that.
Personally I would just set up my email program (Outlook, Windows Live Mail, Thunderbird, ...) to pull the mails using pop or imap. That's much simpler than working with any webmail imho :)