-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
@skotperez I am going to need your help: apparently no emails are sent from the server. I tried with executing this code
and I didn't get any email neither. Do you know if the server needs some extra configuration? |
Apparently it doesn't work after installing contact_reply_to module :( I may need help with that @skotperez |
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. |
@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). |
Posibles módulos relacionados: |
The text was updated successfully, but these errors were encountered: