Hi Joshua: I'm not using any hosting. This for an internal project using my companies email servers. Thanks though! :-)
Stereo: Even when I define delivery_stragegy as non or realtime. It makes no difference. It stil fails. Jamie Hall Disclaimer: This e-mail and any files transmitted with it may contain privileged and confidential information intended only for the use of the addressee named above. If you are not the intended recipient of this message you are hereby notified that any use, dissemination, distribution or reproduction of this message or any attachment is prohibited. If you have received this message in error, please delete it immediately from your system and notify the sender On 16 August 2010 07:00, Joshua Estes <[email protected]> wrote: > I had an issue like like this on a shared hosting account. The issue I was > having was I signed up for a shared hosting account and gave example.comas > the main domain. I added some more domain names like > example2.com. unless I had the from or reply-to set to example.com the > company assumed it was spam and kept it from sending. > > Took me half the day to figure out this was happening and no one at Host > Gator mentioned this to me. I had to request to email logs. > > So if you're on HostGator then this may be the issue. > > On Aug 13, 2010 1:15 PM, "Stereo" <[email protected]> wrote: > > Make sure you check the delivery strategy parameter. I had this set to > > none once and then later couldn't figure out why my emails were only > > working on the production site and not in my local environment. > > > > http://www.symfony-project.org/jobeet/1_4/Doctrine/en/16 > > > > > > > > On Aug 13, 9:39 am, Flukey <[email protected]> wrote: > >> Hi all, > >> > >> I think i've potentially found a bug in symfony 1.4 and I would like > >> your input as to what you think the problem may be. > >> > >> I've been using the sfMailer class. I created a standard message and > >> in my factories.yml I'm using the Swift_MailTransport class for > >> sending the emails. Symfony logs tell me the email is sent, however, > >> it is not. I looked through the code to find out why: > >> > >> You have this bit of code: > >> > >> if ($evt = $this->_eventDispatcher->createSendEvent($this, > >> $message)) > >> { > >> $this->_eventDispatcher->dispatchEvent($evt, > >> 'beforeSendPerformed'); > >> if ($evt->bubbleCancelled()) > >> { > >> return 0; > >> } > >> } > >> > >> For some strange reason, bubleCancelled returns true, and thus the > >> mail is never actually sent, but yet, this is not caught in an > >> exception and so i'm lead to believe the email is actually sent. Of > >> course I remove the clause, the mail is sent without any problems. Why > >> would bubbleCancelled be returning true, any ideas? It's a bit > >> perplexing. > >> > >> Thanks. > >> > >> Jamie > > > > -- > > 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 developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<symfony-devs%[email protected]> > > For more options, visit this group at > > http://groups.google.com/group/symfony-devs?hl=en > > -- > 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 developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<symfony-devs%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en > -- 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 developers" 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-devs?hl=en
