Welcome to Geeklog, Anonymous Thursday, November 28 2024 @ 12:37 am EST
Geeklog Forums
I can't send mail to Logget_In_User
Korneusz
Anonymous
I can't send mail to Logget_In_User
It's form errol.log
Fri Oct 15 19:18:13 2004 - [pear_error: message="unable to add recipient [mgodzinaATpoczta.onet.pl]: Invalid response code received from server" code=0 mode=return level=notice prefix="" info=""]
help
It's form errol.log
Fri Oct 15 19:18:13 2004 - [pear_error: message="unable to add recipient [mgodzinaATpoczta.onet.pl]: Invalid response code received from server" code=0 mode=return level=notice prefix="" info=""]
help
9
9
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
First of all, it's not nice to post other people's email addresses here. I've edited your post somewhat ...
Second, please give us more information. What are your email settings in config.php? Do the other email functions work (sending passwords for new users, emailing stories, etc.)?
bye, Dirk
Second, please give us more information. What are your email settings in config.php? Do the other email functions work (sending passwords for new users, emailing stories, etc.)?
bye, Dirk
18
10
Quote
korneusz
Anonymous
Only one e-mail to Me as a Korneusz is work, but the second to me as a Admin is not working. The registrations is good, but sending passwords for new users is not work because they don't get mail. I check up it.
11
11
Quote
korneusz
Anonymous
When I set Email it's work but by smtp it's not work ...hmmm
Dex
Dex
20
9
Quote
K. B. Zod
Anonymous
I'm also experiencing email problems with a similar error message (email modified for privacy):
This seems to happen across all email functions in Geeklog. I'm running 1.3.9sr1, and I have it set to use SMTP for outgoing email (again, username/password altered):
// SMTP parameters (for 'backend' => 'smtp')
'host' => 'outgoing.verizon.net',
'port' => '25',
'auth' => true,
'username' => 'myaccount',
'password' => 'mypassword'
I did some troubleshooting, and it appears that I cannot send email outside the verizon.net domain. This is kind of strange as Mozilla can do it just fine. It could be some SMTP nuance causing the failure, but I don't know how to check for that (turn on a log, whatever). Any ideas?
Thanks in advance (and thanks for Geeklog!),
K. B. Zod
Text Formatted Code
[pear_error: message="unable to add recipient [x@y.com]: Invalid response code received from server" code=0 mode=return level=notice prefix="" info=""]This seems to happen across all email functions in Geeklog. I'm running 1.3.9sr1, and I have it set to use SMTP for outgoing email (again, username/password altered):
Text Formatted Code
// SMTP parameters (for 'backend' => 'smtp')
'host' => 'outgoing.verizon.net',
'port' => '25',
'auth' => true,
'username' => 'myaccount',
'password' => 'mypassword'
I did some troubleshooting, and it appears that I cannot send email outside the verizon.net domain. This is kind of strange as Mozilla can do it just fine. It could be some SMTP nuance causing the failure, but I don't know how to check for that (turn on a log, whatever). Any ideas?
Thanks in advance (and thanks for Geeklog!),
K. B. Zod
15
12
Quote
JapioF
Anonymous
Try setting 'auth' to false, usually smpt-servers don't require authentication. It helped me!
7
10
Quote
K. B. Zod
Anonymous
Thanks for the suggestion! Unfortunately, I'm still getting the same error. That probably does mean, though, that the Verizon SMTP server I use doesn't require authentication.
11
11
Quote
K. B. Zod
Anonymous
Quote by K. B. Zod: Thanks for the suggestion! Unfortunately, I'm still getting the same error. That probably does mean, though, that the Verizon SMTP server I use doesn't require authentication.
Actually, let me amend that. The SMTP server does require authentication. I checked that with Mozilla and by double-checking Geeklog with auth=false (maybe I didn't restart Apache? ). So that does need to be on, it appears.
11
13
Quote
K.B. Zod
Anonymous
I figured out how to turn on debugging in the Net_SMTP class. The error I am getting for addresses outside Verizon is:
where (domain) is the email domain of the recipient. Any magic way to avoid this?
Text Formatted Code
550 relaying mail to (domain) is not allowedwhere (domain) is the email domain of the recipient. Any magic way to avoid this?
10
13
Quote
K. B. Zod
Anonymous
OK, I figured it out. The problem was twofold.
First, I had $_CONF['site_mail'] set to a non-Verizon email address. This would prevent their SMTP host from relaying.
Second, $_CONF['site-name'] for me has a period in it (it's my domain name). This caused problems with PEAR's parsing of the from address that Geeklog was constructing from it and causing it to show up as just the @ sign. So, since this wasn't a Verizon email address either, it wouldn't relay. I changed COM_mail in lib-common.php to put double quotes around that and it worked.
This seems related to an older Geeklog bug #182...
http://project.geeklog.net/tracker/index.php?func=detail&aid=182&group_id=6&atid=105
Maybe if I had upgraded my installation this would be avoided. Oh well, it works now.
First, I had $_CONF['site_mail'] set to a non-Verizon email address. This would prevent their SMTP host from relaying.
Second, $_CONF['site-name'] for me has a period in it (it's my domain name). This caused problems with PEAR's parsing of the from address that Geeklog was constructing from it and causing it to show up as just the @ sign. So, since this wasn't a Verizon email address either, it wouldn't relay. I changed COM_mail in lib-common.php to put double quotes around that and it worked.
This seems related to an older Geeklog bug #182...
http://project.geeklog.net/tracker/index.php?func=detail&aid=182&group_id=6&atid=105
Maybe if I had upgraded my installation this would be avoided. Oh well, it works now.
14
14
Quote
argh
Anonymous
Was this problem ever resolved? I have the email problem where new users who sign up don't recieve emails. I have the backend on 'smtp' and i already tried 'mail' and 'sendmail' but nothing worked.
with 'smtp' on authentication 'true' port 25, i get the following error:
[pear_error: message=" authentication failure [SMTP: SMTP server does no support authentication (code: 250, response: mail6.infinology.net PIPELINING 8BITMIME SIZE 52428800)]" code=0 mode=return level=notice prefix="" info=""]
I understand that
$_CONF['site_mail'] and $_CONF['site-name']
are both in lib-common.php. What I want to know is if changing those things will help me resolve my problem. I have already tried contacting my web host provider but they usually don't respond quickly. This problem is driving me crazy. PLEASE PLEASE any suggestions?
with 'smtp' on authentication 'true' port 25, i get the following error:
[pear_error: message=" authentication failure [SMTP: SMTP server does no support authentication (code: 250, response: mail6.infinology.net PIPELINING 8BITMIME SIZE 52428800)]" code=0 mode=return level=notice prefix="" info=""]
I understand that
$_CONF['site_mail'] and $_CONF['site-name']
are both in lib-common.php. What I want to know is if changing those things will help me resolve my problem. I have already tried contacting my web host provider but they usually don't respond quickly. This problem is driving me crazy. PLEASE PLEASE any suggestions?
12
8
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
The bit about $_CONF['site_name'] has long been fixed.
And if none of the available email options work for you, you will have to take it up with your hosting service.
bye, Dirk
And if none of the available email options work for you, you will have to take it up with your hosting service.
bye, Dirk
13
9
Quote
All times are EST. The time is now 12:37 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content