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