Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Userform Message isn't send


Go to End


2 Posts   1130 Views

Avatar
wonnepfropfen

Community Member, 18 Posts

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!

Avatar
Willr

Forum Moderator, 5523 Posts

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