GreatDevelopers / ofau

Office Automation Software
5 stars 9 forks source link

Confirmation EMail #1

Open hsrai opened 11 years ago

hsrai commented 11 years ago

1) The text in confirmation needs improvement.

2) It should come from tcc@gndec.ac.in

sandeepmadaan commented 11 years ago

1) Done. Its now this: Thank you for choosing Testing and Consultancy Cell of Guru Nanak Dev Engineering College, Ludhiana for your testing and consultancy jobs.

To complete your registration process, you need to confirm your Email by clicking following link,

http://{{ site.domain }}{% url registration_activate activation_key %}

If you have not initiated this registration process, then just ignore this mail.

{% blocktrans %}Link is valid for {{ expiration_days }} days.{% endblocktrans %}

2) For this I need the password for this email id.

hsrai commented 11 years ago

Why you need password? Tell me what to do, I will do that.

hsrai commented 11 years ago

Likewise matter needed to be improved for 'Reset Email"

sandeepmadaan commented 11 years ago

in Automation folder(present in home folder), there is a file named settings.py. On line no. 40, the email_host password is need to be given.

vigasdeep commented 11 years ago

I did register on experimental , But it gives everything of TCC server, URL / Subject.

http://screencloud.net/v/qrl8

vigasdeep commented 11 years ago

@sandeepmadaan I think you're using Gmail's SMTP Server to send the email, rather than sending the email from the server, where automation is working.

IMO you need to change this, email should be sent from the server itself.

@hsrai , If we wish to have email to be sent from tcc@gndec.ac.in, then automation have to be placed on gndec server. Otherwise message will be considered as forged .

sandeepmadaan commented 11 years ago

OK, I will do this. Whats the EMAIL_HOST and EMAIL_PORT for Gndec mail server ?

jagdeepmalhi commented 11 years ago

On Sun, Mar 31, 2013 at 9:52 PM, Sandeep kaur notifications@github.com wrote:

OK, I will do this. Whats the EMAIL_HOST and EMAIL_PORT for Gndec mail server ?

— Reply to this email directly or view it on GitHub.

EMAIL_HOST : mail.gndec.ac.in EMAIL_PORT : use default port number used by postfix.

Jagdeep Singh

sandeepmadaan commented 11 years ago

@jagdeepmalhi Thank you sir.