10380 Posts in 2195 Topics by 1711 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 120 Views |
-
Userform Message isn't send

23 January 2013 at 12:09am
When I try to send a message using the form in the frontend, it will show me the confirmation, that the message was send. But it doesn't arrive in my mailbox nor in the form submission of the backend. Would anyone know what to do?
And yes I have added a email recipient.
Thank you!
-
Re: Userform Message isn't send

24 January 2013 at 8:13pm
Userforms relies on the standard PHP mail() implementation so test to see if a simple mail() command works in your environment. You will need to have a mail server setup of course to send the email! or use something like my Postmark mailer module to send emails via Postmark rather than running a mailserver.
https://github.com/fullscreeninteractive/silverstripe-postmarkmailer
| 120 Views | ||
|
Page:
1
|
Go to Top |


