maybe try to make using object inheritance ... dunno :)

i have replaced the default routing system using inheritance... Now i have
routing.yml in each one of my modules/config/ directory ... clean for me ...
irrelevant for the application :)

On Thu, Jan 21, 2010 at 3:58 PM, i70013 i70013 <[email protected]> wrote:

> using
> symfony version 1.4.2-DEV
> Propel for database access
>
>
> I am writing a site that manages my personal data.
> On the site, I need to send emails from different accounts.
>
> ex.
> 1.  [email protected]
> 2.  [email protected]
> 3.  [email protected]
> *emails are different from one to another. even the domain name.
>
> When I looked at factories.yml and also
> http://www.symfony-project.org/jobeet/1_4/Doctrine/en/, I couldn't figure
> out how to set up multiple "transports" (SMTP server info.)
>
> I searched this group and found a thread below
>
> http://groups.google.com/group/symfony-users/browse_thread/thread/9308ce66846ebb87/1d02184b3fdddf7c?hl=en&lnk=gst&q=multiple+swift#1d02184b3fdddf7c
>
> so I think at this point, there is no way to use factories.yml to set up
> multiple SMTP accounts and choose an appropriate "Mailer" (ex.
> $this->getMailer() in an Action class) to send messages from.
>
> my requirements
> 1. I need to configure SMTP transport for numbers of different SMTP servers
> to send messages from an appropriate sender.
> 2. I need to be able to spool the messages
>
> To solve the problem, I don't think the symfony's built-in SwiftMailer is
> not the choice.
> I think I will need to create my own set by using the original
> SwiftMailer.   Along with that, I am thinking to override Swift_PropelSpool
> or Swift_ConfigurableSpool to build my own email spooler, but if there is
> anyone who had the same problem and has already built something to
> accomplish, I would like to know the smart ways to archive it, and possibly
> avoid the "reinvent the wheel" dilemma.
>
> Thanks
>
>
>
> --
> 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]<symfony-users%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en.
>
>


-- 
Have a nice day!
Alecs

As programmers create bigger & better idiot proof programs, so the universe
creates bigger & better idiots!
I am on web:  http://www.alecslupu.ro/
I am on twitter: http://twitter.com/alecslupu
I am on linkedIn: http://www.linkedin.com/in/alecslupu
Tel: (+4)0722 621 280

-- 
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.

Reply via email to