cthit / chalmersit-rails

Chalmers.it built with Rails
MIT License
4 stars 6 forks source link

Anonymous contact form #28

Open malmers opened 9 years ago

malmers commented 9 years ago

Contact committees through an anonymous form. Maybe including the functionality to respond without revealing the sender's identity.

lindskogen commented 9 years ago

We need a more specific issue description, @raksooo?

lindskogen commented 9 years ago

Spam protection with hidden input box which should be left empty

Fields

When sent:

Kalior commented 8 years ago

Mostly done as of a5fa9e53d2f0e94937cdeb6bda533c9b67b624be

The only missing thing is for it to create a link where answer will be found. Instead it mails a commitee.

NeonNeon commented 7 years ago

Does this work? I tried to message styrIT but did not recieve any mail

Kalior commented 7 years ago

I suppose it does not work then

Kalior commented 7 years ago

I believe this to be a problem with the server, since I have done no configuration to get it running on the server in production. Works fine in development last I tried at least.

Kalior commented 7 years ago

@Vilddjur, @abjugard can you help? Briefly tried to set up sendmail on the server yesterday, but I actually have no idea how that would be achieved on that server.

bark commented 7 years ago

you should probably not use sendmail use one of the big email providers mailchip,sendgrid,gmail if you want your email to get to the receiver.

Kalior commented 7 years ago

That sounds good, will look up how to get that working instead.