If anyones emails are still set to come from 'website@sfiab.ca' wipe that out, which will force it to default to the fair manager's email address when sending - we dont want anything coming from that address!

This commit is contained in:
james 2010-02-18 16:13:36 +00:00
parent 21ea57a661
commit 74905273cc
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
163
164

1
db/db.update.164.sql Normal file
View File

@ -0,0 +1 @@
UPDATE `emails` SET `from`='' WHERE `from`='website@sfiab.ca';