Hello everybody! This is my first post and I'm glad if somebody could help me. Sorry if I there will be some spelling errors, buts it's been a while I've spoken English.
Problem: I need to have multiple mail servers (exactly 2 servers) and I'm not sure if it's possible to realize it in symfony 1.3/1.4 In symfony 1.2 I used a stupid 'if-else' construct... First I tried to create a second 'transport' entry in my factories.yml but now I don't know who to use them in my action class. Snippet of factories.yml: mailer: param: transport1: param: host: smtp.server1.com transport2: param: host: smtp.server2.com The purpose for this is that I need differnt servers for different domains (.at/.de). Hope somebody give me a hint! Thx Stefan -- 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.
