Hi.
Check the debugbar's config>settings section and you'll notice that
there isn't a "app_email_subject_sign_up" parameter. You'll also
notice there's "app_email_subject", which is an array. This behavior
is described in the symfony book.
$subject = sfConfig::get('app_email_subject');
// $subject['sign_up'] contains "Welkom bij Snuber"
On Oct 19, 1:49 pm, HAUSa <[email protected]>
wrote:
> My app.yml:
>
> all:
> email:
> sender:
> name: Snuber
> email_address: [email protected]
> subject:
> sign_up: Welkom bij Snuber
>
> When I use sfConfig::get('app_email_subject_sign_up') in my action, it
> just returns nothing. The e-mail sent doesn't have a subject. How is
> that possible?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---