Did you try using the Swift Mailer that comes with Symfony? try sending with SMTP using the SMTP server of your gmail account (if you don't have your own email account, of course).
Here says how: http://www.symfony-project.org/gentle-introduction/1_4/en/11-Emails <http://www.symfony-project.org/gentle-introduction/1_4/en/11-Emails> On Mon, Aug 23, 2010 at 8:04 PM, Jochen Daum <[email protected]> wrote: > Hi, > > > On Tue, Aug 24, 2010 at 10:51 AM, vero <[email protected]> wrote: > > I have tried configuring my computer to use the fuction mail() . > > I have tried use Zend Framework,, exactly like in jobeet. > > But nothing works. The code was compiled, but no email was send. > > > > Please, help me! I need e-mails in my project. > > Does <?php > > mail('[email protected]','test','test'); > > ?> > > work? > > What operating system? Windows: Does your ISP require authentication? > (if yes, need to install a local Mail server, try Hamster) Linux: > Postfix installed? > > -- > 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 [email protected] > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-users?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 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
