Login or Register

RSS IconRecent posts in this topic

avatar
ideapower on Feb 10. 2007. 7:34 pm
that was the first thing i tried, and it didn't work then. i guess this php.ini stuff was outdated advice? i had no idea if so. anyway, i still can't get the message through, and i've triple-checked the smtp settings. my log says:

#1 ERROR: Error: mail() [<a href='function.mail'>function.mail</a>]: Bad parameters to mail() function, mail not sent. in *...path to my activecollab folder...* /library/swift/lib/Swift/Stream/MailProxy.php' on line 374 (error code: 2)
avatar Staff
Ilija Studen on Feb 10. 2007. 7:56 pm
If you are still using mail() than you are not using SMTP. What is the value of Mail transport setting in Administration -> Configuration -> Mail?
activeCollab team member | LinkedIn
avatar
ideapower on Feb 11. 2007. 12:14 am
in Administration > Configutation > Mailing:

"Mail Transport" is set to "SMTP server"
the only other options is "Default PHP settings"

and I have everything filled in the way it's filled in in my email app.

I don't know how to stop it from using "mail()" whatever that is.

thanks
avatar Pro
deskpro on Feb 12. 2007. 10:18 pm
I also have this problem with mail, this is my error:

Session "default" started at 2007-02-12T10:00:34+0000
#1 ERROR: Error: mail(): Bad parameters to mail() function, mail not sent. in '/hsphere/local/home/deskpro/path/activecollab/library/swift/lib/Swift/Stream/MailProxy.php' on line 374 (error code: 2)
Time since start: 0.19515895843506 seconds

I have no problems using mail() on this server anywhere else.
avatar Pro
deskpro on Feb 12. 2007. 10:32 pm
Changing to SMTP worked for me, but it seems there is some problem with using mail()
avatar
spigot on Feb 13. 2007. 7:35 pm
I am also having the mail problem described above. Here is the error:

Session "default" started at 2007-02-13T16:02:42+0000
#1 ERROR: Error: mail() [<a href='function.mail'>function.mail</a>]: Bad parameters to mail() function, mail not sent. in '/home/content/s/p/i/spigot/html/collaborate/library/swift/lib/Swift/Stream/MailProxy.php' on line 374 (error code: 2)
Time since start: 0.71364092826843 seconds

Could this at all be a php version issue? When I upgraded to php5 to run activeCollab it broke another mail script I had running on my server. I had to create a root level .htaccess file with this inside:

AddHandler x-httpd-php5 .php5
AddHandler x-httpd-php .php


I also have an .htaccess file with this in my AC folder:
AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4

I tried throwing each one in the library/swift/lib/Swift/Stream/ folder, to no avail. I am sure I'm probably barking at the wrong tree.

avatar
ideapower on Feb 23. 2007. 5:02 pm
still looking for a solution to this. i get the "mail)(" error, and nothing gets through, even though i have set all the smtp settings.
avatar
chilliplow on Mar 1. 2007. 10:01 pm
I am having the same problem
avatar
chilliplow on Mar 2. 2007. 9:09 pm
nope..nm..it was my smtp server..rejecting the email requests ..because I forgot to add the activecollab machines ip to the authorized list..oops..
avatar
ideapower on Mar 6. 2007. 8:36 pm
maybe i should try that... where do you find that IP address?
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic