First time here? Check out the FAQ!

Revision history  [back]

welcome email for first time user

I am not sure if this function exist. If not would it be hard to implement? I want to send a welcome email to first time user. I don't think this exist. If someone can give instructions on implementing that would be great.

I am not using regular django_open_auth module. I am using different authentication system. I have a table to keep track of these users and they only generate a row when they login for the first time. I wonder if I can use that to generate a welcome email.

welcome email for first time user

I am not sure if this function exist. If not would it be hard to implement? I want to send a welcome email to first time user. I don't think this exist. If someone can give instructions on implementing that would be great.

I am not using regular django_open_auth module. I am using different authentication system. I have a table to keep track of these users and they only generate a row when they login for the first time. I wonder if I can use that to generate a welcome email.