Send emails in silverstripe



notes for Send emails in silverstripe:

$e = new Email(); $e->To = "someone@example.com"; $e->Subject = "Hi there"; $e->Body = "Do you even lift bro?"; $e->send();





Tags:
Veröffentlicht: 12.2014