Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a visitor I want to contact Cadáveres inmobiliarios' staff #28

Open
3 of 4 tasks
ccamara opened this issue Feb 15, 2016 · 5 comments
Open
3 of 4 tasks

As a visitor I want to contact Cadáveres inmobiliarios' staff #28

ccamara opened this issue Feb 15, 2016 · 5 comments

Comments

@ccamara
Copy link
Member

ccamara commented Feb 15, 2016

  • Add a contact form
  • Grant permissions to anonymous to use contact form
  • Create a menu item
  • Test that the emails are being received
@ccamara ccamara self-assigned this Feb 15, 2016
@ccamara ccamara added this to the Alpha 2 milestone Feb 15, 2016
ccamara added a commit that referenced this issue Mar 10, 2016
@ccamara
Copy link
Member Author

ccamara commented Mar 10, 2016

@skotperez I am going to need your help: apparently no emails are sent from the server.

I tried with executing this code php mail.php, where mail.php has this content

<?php
$to = "[email protected]"; // REPLACE
$subject = "Test mail";
$message = "Hello! This is a simple email message.";
$from = "[email protected]";
$headers = "From:" . $from;
mail($to,$subject,$message,$headers);
echo "Mail Sent.";

and I didn't get any email neither. Do you know if the server needs some extra configuration?

@ccamara ccamara assigned skotperez and unassigned ccamara Mar 10, 2016
ccamara added a commit that referenced this issue Mar 12, 2016
@ccamara
Copy link
Member Author

ccamara commented May 25, 2016

Apparently it doesn't work after installing contact_reply_to module :(

I may need help with that @skotperez

ccamara added a commit that referenced this issue Sep 9, 2016
@skotperez
Copy link
Collaborator

Only verified domains are able to send email from the server; example.com is not one of the verified domains.

Mail must be sent from whatever email address in @cadaveresinmobiliarios.org domain. For instance [email protected].

cadaveresinmobiliarios.org subdomains are not verified, so just addresses using the main domain can be used. [email protected] will not work.

A good practice is to set up a "noreply email address" in the From field when mail is sent from a contact form or a notification system, and to include a Reply-to header with the address of the person using the contact form.

So [email protected] must be set up in contact_reply_to module as a From address.

@ccamara
Copy link
Member Author

ccamara commented Sep 17, 2016

@skotperez , ¿puedes verificar que los emails enviados desde el formulario de contacto (http://new.cadaveresinmobiliarios.org/contact) se envían desde la dirección info arroba cadaveres... ? (si es así, debemos de tener otro problema, porque el dominio está verificado y sin embargo no se están mandando).

@ccamara
Copy link
Member Author

ccamara commented Sep 17, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants