Figured this out. I was working in the dev environment and I had tried
to enable sending by altering my factories.yml like this...

dev:
  mailer:
    param:
      #delivery_strategy: none

but what I should have done was this...

dev:
#   mailer:
#     param:
#       delivery_strategy: none




On Mar 30, 4:38 pm, Jonathan Franks <jonat...@ifranks.com> wrote:
> I'm a bit confused. I altered my factories.yml to look like this...
>
> all:
>   mailer:
>     param:
>       transport:
>         param:
>           host:       smtp.gmail.com
>           port:       465
>           encryption: ssl
>           username:   username
>           password:   password
>
> But, when I try to send an email on my local machine, running os X, little 
> snitch reports that the smtp process is trying to connect to...
>
> aspmx.l.google.com on port 25
>
> Am I doing something wrong?

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to