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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

Admin Email question


Go to End


2 Posts   1465 Views

Avatar
micahsheets

Community Member, 165 Posts

7 May 2009 at 10:11am

SS Trunk with User Defined Forms Trunk. If I set define('SS_SEND_ALL_EMAILS_TO', ''); then any email addresses I have set up for the form to send to do not get sent. I don't know if this is the intended behavior or not. I would hope that the admin would just get copied on the emails sent from the forms and not replace all email addresses that are set up for the form.

Avatar
Willr

Forum Moderator, 5523 Posts

8 May 2009 at 8:44pm

define('SS_SEND_ALL_EMAILS_TO', '') is designed for while testing you do not send emails out to other members. This came round after emailing a 10,000 user base with a couple of test emails. Its not designed for use on a live site
.