You need to sign in to do that
Don't have an account?

Send email to user when they login into the Salesforce UI
Hello frnds,
I have a requirement where, whenever a user logins into the salesforce.com UI a welcome email should be sent to them.
I tried to create work flow rule where criteria is
"Last Login equals Today "
and then added a work flow action Email Alert, where it will send an email from users current email address to user itself email template is also added in it.
Any one has come across this type of requirement? if yes please let me know how can we acheive it and if not any solutions.
Thanks in advance,
Rony
You may create a custom field (lets say emailSent -checkbox)
and set this field to true after sending the email (use this field as a filter in your WF rule), so that next time they login to salesforce your WF rule will not send the email.
http://salesforce.stackexchange.com/questions/9926/execute-an-action-run-a-trigger-every-time-a-user-logs-in-to-salesforce
Regards,
Satish Kumar
Please mark my answer as a solution if it was helpful so it is available to others as a proper solution.
If you felt I went above and beyond, please give me Kudos by clicking on the star icon.