fpradignac
on Oct 13. 2006. 5:54 am
Hello,
AC 0.7RC2
When I try to use the "Test mail settings" with the "Default PHP settings", I have this return : "Test mail has been successfully sent", but no email came in my mailbox.
So, is there anywhere a log or PHP info that can tell me about the problem on my server, or misconfiguration, cause I think it's a server issue ?
I'm not abble to use STMP setting anymore : "Notifier has failed to construct mailer object".
Thanks for your help,
françois.
PS : I can sent phpinfo.
AC 0.7RC2
When I try to use the "Test mail settings" with the "Default PHP settings", I have this return : "Test mail has been successfully sent", but no email came in my mailbox.
So, is there anywhere a log or PHP info that can tell me about the problem on my server, or misconfiguration, cause I think it's a server issue ?
I'm not abble to use STMP setting anymore : "Notifier has failed to construct mailer object".
Thanks for your help,
françois.
PS : I can sent phpinfo.
Have you configured your smtp service via php.ini?
Look for something like and make the appropriate changes.
[mail function]
; For Win32 only.
SMTP = xxx.x.xx.xxx; for Win32 only
smtp_port = 25
sendmail_from= php@yourdomain.com ; for Win32 only
There's actually a file that contains the logs location: cache/log.php
Try the mail thing again and if it didnt work, then paste info from that file here
Look for something like and make the appropriate changes.
[mail function]
; For Win32 only.
SMTP = xxx.x.xx.xxx; for Win32 only
smtp_port = 25
sendmail_from= php@yourdomain.com ; for Win32 only
There's actually a file that contains the logs location: cache/log.php
Try the mail thing again and if it didnt work, then paste info from that file here
fpradignac
on Oct 13. 2006. 11:29 am
Thanks Grrreat and Ilija,
Here's my log.php after a default php test mail :
-----------------------
Session "default" started at 2006-10-13T16:27:02+0000
#1 ERROR: Error: mail() [<a href='function.mail'>function.mail</a>]: SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE. in '/home/.../Swift/Stream/MailProxy.php' on line 374 (error code: 2)
Time since start: 0.26311016082764 seconds
-----------------------
Here's my log.php after a default php test mail :
-----------------------
Session "default" started at 2006-10-13T16:27:02+0000
#1 ERROR: Error: mail() [<a href='function.mail'>function.mail</a>]: SAFE MODE Restriction in effect. The fifth parameter is disabled in SAFE MODE. in '/home/.../Swift/Stream/MailProxy.php' on line 374 (error code: 2)
Time since start: 0.26311016082764 seconds
-----------------------
you might need to specify user id and password in php.ini for your smtp server.
Ilija, is that correct?
Ilija, is that correct?
fpradignac
on Oct 13. 2006. 3:37 pm
@Ilija, I've tried to remove $extra : same issue.
1. When I put the SMTP server of my provider, I keep getting "Notifier has failed to construct mailer object" (nothing in log.php)
2. My provider keep safe mode on.
1. When I put the SMTP server of my provider, I keep getting "Notifier has failed to construct mailer object" (nothing in log.php)
2. My provider keep safe mode on.
Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.



