SMTP functionality?
I have built a multiOTP VM in my lab using the .ova template and upgraded it to the latest version.
I am testing it with a VPN appliance and with user synchronisation with AD and after a bit of playing around everything is working.
I was hoping that the SMTP functionality included emailing the user with their QR code so they can add it to their authenticator app (Google Authenticator or similar). I have added my SMTP server details to the multiotp.ini file but there seems to be no SMTP functionality?
I was hoping with the crontab script I have added to the daily crontab the I wouldn't need to manually give new users their QR code. The same behaviour is seen when manually adding a user.
I don't see anything in the logs with regards to email or SMTP and I can't see anything in the SMTP servers logs so I don't think it is making any SMTP connections.
I may have misunderstood what the SMTP functionality is however...
Cheers
Andy
This discussion has been closed.
Comments
In the open source edition, the data structure is ready to handle the parameters, but sending mails is not implemented.
Regards,
Sure, you can freely extend the multiotp class (class MyMultiotp extends Multiotp) and implements some derived classes like SyncUserModified.
Regards,
Andre
Depending the size of your company, you should also think about a [Donation] in order to support a quicker implementation of this feature in the open source edition ;-)
Regards,