views:

19

answers:

1

I am using Symfony 1.4 as PHP framework, with Propel as ORM. I downloaded sfSwiftPlugin 1.5.1, but it was for 1.o version, and when installing it is giving me error you try to install a symfony 1.0 plugin. how can in upgrade the Plugin, or is there any other plugin for mailing purpose. Can we use the core PHP Mail function, in Symfony?

+3  A: 

There is no need to install the swift plugin. Swift is the default mailer in sf 1.3/1.4. Please see the documentation Docu

Timo
ooh! thank u very much...@Timo...
Harish Kurup
i.e i will have to directly call the methods of swift mailer to do the corresponding process...
Harish Kurup