caccs / caccs.io

Site do Centro Acadêmico com calendário de datas de provas e trabalho e formulários para avaliação de disciplinas.
0 stars 0 forks source link

Configure Contact Page #21

Closed Jostavo closed 6 years ago

Jostavo commented 6 years ago

In this PR, I changed the Contact Page, in a way that we can receive emails send via website.

What I've done until now:

What needs to be done yet:

This is how the email looks right now. Tested with my own email (using a mailjet account and my gmail account). image

eiguike commented 6 years ago

Don't forget to add Unit Tests for this feature.

Jostavo commented 6 years ago

We should add a domain to our config files when pushing it to herokuapp.

Jostavo commented 6 years ago

image My programming life in a nutshell

eiguike commented 6 years ago

You could avoid these kinds of commits using git commit --amend This command will add new modifications in the last commit, so, you don't have to create new commits to accomplish this task =P