Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
7 replies
Subscribers
7 subscribers
Views
2792 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I have setup email configuration and able to send email thru "Send E-Mail&q
mohammads
Certified Senior Developer
over 9 years ago
I have setup email configuration and able to send email thru "Send E-Mail" smart service. However when I create a new user , temp password email is not getting triggered to user and I don't see any error in log files either.
Can some one advise whether we need to set any configuration parameter to trigger user password email.
OriginalPostID-172585
OriginalPostID-172585
Discussion posts and replies are publicly visible
0
Tim
Certified Lead Developer
over 9 years ago
Have you entered a password or left it blank? Check the docs here:
forum.appian.com/.../User_Management.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
mohammads
Certified Senior Developer
over 9 years ago
Thanks tim. I am creating user's thru APIs ( UserProfileService and UserProfile ) . Can you advise how I can generate account creation email thru APIs
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 9 years ago
User creation via API does not send an email to the user by default. You would need to use Java code to send the email or have an administrator reset the password.
I'd rather use the out of the box smart service to create the user and then do the "custom" part after that node inside my plug-in
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
mohammads
Certified Senior Developer
over 9 years ago
Thanks Eduardo for confirmation. Actually we have requirement to create 5k-10k user in a day and creating thru OOB smart service is taking lot of time. I have created a custom code to send email using "Configuration" object. Thanks for all the help.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 9 years ago
Just out of curiosity, is your code making calls to notifyUserCreation()? Make sure you are propagating the users to the engines using this method in the corresponding services.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
mohammads
Certified Senior Developer
over 9 years ago
yeah Eduardo, I am making call to notifyUserCreation and other four services given in documentation.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Eduardo Fuentes
Appian Employee
over 9 years ago
Excellent! Just making sure.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel