5095 Posts in 1518 Topics by 1114 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 695 Views |
-
email send problem :silverstripe 2.3.1

17 June 2009 at 5:34pm Last edited: 17 June 2009 6:04pm
please help me when write this code :
$email = new Email_Template();
$email->ss_template = 'ContactUsEmail';
$email->populateTemplate($fields);
$email->subject = 'Subject';
$email->from = 'blah@blah.com';
$email->to = 'blah@blah.com';
$email->send();then error msg:
[Notice] Undefined variable: fieldsplease suggest me where declear $fields code, or if wrong code then suggest or send link for help me.........
| 695 Views | ||
|
Page:
1
|
Go to Top |

