[symfony-users] Send Mails

2010-08-23 Thread vero
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.

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


Re: [symfony-users] Send Mails

2010-08-23 Thread Jochen Daum
Hi,


On Tue, Aug 24, 2010 at 10:51 AM, vero vegoi...@alumni.uv.es 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('t...@email.com','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 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


Re: [symfony-users] Send Mails

2010-08-23 Thread Gustavo Adrian
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 jdau...@gmail.com wrote:

 Hi,


 On Tue, Aug 24, 2010 at 10:51 AM, vero vegoi...@alumni.uv.es 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('t...@email.com','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 symfony-users@googlegroups.com
 To unsubscribe from this group, send email to
 symfony-users+unsubscr...@googlegroups.comsymfony-users%2bunsubscr...@googlegroups.com
 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 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