Previous Thread
Next Thread
Print Thread
Hop To
#227345 06/24/2009 11:55 AM
Joined: Sep 2008
Posts: 82
journeyman
journeyman
Joined: Sep 2008
Posts: 82
OK, I mentioned in my "migrate to a new ISP" thread that for some reason, email isn't going out any more. (And I haven't found an answer by searching through here.) No mail for new user reg's, none for PM's, nor for watched threads/forums - nothing. I've seen a few undeliverable birthday emails though, but they shouldn't be getting bounced, so that has me confused a bit.

I was getting email notifications before I actually did the final migration from our old server to our new server (from the new server). The migration consisted of re-importing the database and uploading our attachments directory, so I'm not sure how that could have affected things.

I can send mail from the command line just fine, so it's (probably) not a network issue. (I'm not 100% familiar with mail on Linux, but I'm assuming it uses the builtin MTA instead of it's own. However, the output is just different than I'm used to with Solaris where I know it connects to the local SMTP service.)

I tried changing from sendmail to exim in the php.ini file (as exim is installed with cPanel) to no avail. (So, our php sendmail path is now "/usr/sbin/exim -t -i".)

Our return email address is a local email account that is forwarded to my email account (that does work).

As a side note, I wish there was a feature in the CP to send a test mail to yourself.

Frankly, I'm stuck.

Ideas? It's getting to be a big problem for us (me).
TIA

Quote
support@bmwsporttouring [~]# mail -v -s testing88 xxxxxx@gmail.com
testing
testing
testing
is this thing on?
.
Cc:
LOG: MAIN
<= support@bmwsporttouring.com U=support P=local S=435
support@bmwsporttouring [~]# delivering 1MJUa3-0002QJ-Q5
Connecting to gmail-smtp-in.l.google.com [72.14.247.27]:25 ... connected
SMTP<< 220 mx.google.com ESMTP 10si2577491agb.76
SMTP>> EHLO bmwsporttouring.com
SMTP<< 250-mx.google.com at your service, [72.44.94.128]
250-SIZE 35651584
250-8BITMIME
250-ENHANCEDSTATUSCODES
250 PIPELINING
SMTP>> MAIL FROM:<support@bmwsporttouring.com> SIZE=1472
SMTP>> RCPT TO:<xxxxxx@gmail.com>
SMTP>> DATA
SMTP<< 250 2.1.0 OK 10si2577491agb.76
SMTP<< 250 2.1.5 OK 10si2577491agb.76
SMTP<< 354 Go ahead 10si2577491agb.76
SMTP>> writing message and terminating "."
SMTP<< 250 2.0.0 OK 1245858013 10si2577491agb.76
SMTP>> QUIT
LOG: MAIN
=> xxxxxx@gmail.com R=lookuphost T=remote_smtp H=gmail-smtp-in.l.google.com [72.14.247.27]
LOG: MAIN
Completed

Joined: Sep 2008
Posts: 82
journeyman
journeyman
Joined: Sep 2008
Posts: 82
Sheesh. I swear, you guys must have some tie in from this board. As soon as I post something here (after working on it on my own for a few days) it just starts working. Worse yet, I'm not 100% sure what I did to fix things.

Regardless, something worked. I can now get new user verifications.

Joined: Mar 2007
Posts: 15
J
Stranger
Stranger
J Offline
Joined: Mar 2007
Posts: 15
I'm having the same problem, my provider has switched servers and now, no emails coming from the board. Any suggestions?

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
If they've moved servers, then I'd check in with them. Possible no email is being sent out from the server, or maybe you need to specify an SMTP server. Check with them and see what they have to say.

Joined: Mar 2007
Posts: 15
J
Stranger
Stranger
J Offline
Joined: Mar 2007
Posts: 15
Thanks Rick

Joined: Mar 2007
Posts: 15
J
Stranger
Stranger
J Offline
Joined: Mar 2007
Posts: 15
From the provider:

Anytime you want to send email through a program you will need to contact the manufacture of the program and find out how to modify the settings to use the out going mail server and the email address that you want to send from and to. This is normally like setting up email client software.

------------

My question is, how can i authenticate a user in UBB threads?

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
You can set up the outgoing mailserver under Primary Settings -> Advanced Options. You'll see where it has an option for the SMTP server. To actually authenticate as a user for sending, we don't have an interface for it, so you'd need to edit the file:

libs/phpmailer/class.phpmailer.php

About line 202, you'll see a few variables:

Code
  
var $SMTPAuth     = false;
var $Username     = '';
var $Password     = '';

You can edit that, changing the first one to true and then entering the username and password inside the single quotes for the others.


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Version 7.7.5 Images suddenly not displaying
by Stovebolt - 05/04/2024 11:19 AM
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Who's Online Now
3 members (ahmed047, Nightcrawler, 1 invisible), 566 guests, and 148 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20240506)