Don't know if it will make any difference, but I've had success with 
Swift Mail and an external SMTP server from the dev environment.

markchicobaby wrote:
> Hi Gilles, yes I tried to use the Google SMTP server.  I couldn't get
> it working, I got an unhandled exception.  See my forum post for my
> mailer.yml settings
> 
> http://www.symfony-project.org/forum/index.php?t=rview&goto=52076#msg_52076
> 
> M
> 
> 
> On May 15, 7:48 pm, Gilles Doge <[EMAIL PROTECTED]> wrote:
>> On May 15, 10:19 am, markchicobaby <[EMAIL PROTECTED]> wrote:
>>
>>> I can't get symfony to send emails in my test environment (WAMP, Win
>>> XP).  Tried a few ways keep getting errors etc, am on WinXP so I guess
>>> that doesn't help.
>> Did you try to use an external SMTP server ?
>> You can do this with the mailer.yml file in a config/ folder.
>>
>> Example:
>>
>> dev:
>>   deliver:  on
>>   mailer:   smtp
>>   hostname: <your_smtp_host>
>>   port:     25
>>   username: <username_if_required>
>>   password: <pass>
>>
>> Gilles.
> > 
> 

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