Pixel Well
Member
Posted 2 years ago #
Hey guys, I've been pulling my hair out over this. I joined this forum just to see if I could get help. The situation is as the topic describes-- I can't get my installation of wordpress, with the simple:press forums plugin, to send emails to new users about confirming their account. I've scoured the internet in hopes of finding an answer, but the last thing I haven't tried was a link to a post on a site something like annata.com, since the site was down.
I've used SMTP plugins to no avail. The wierd part is that I can send emails to Gmail accounts, but my account on Comcast doesn't get the emails. Can anyone offer me any help? I'd greatly appreciate it.
-Pixel Well
Pixel Well
Member
Posted 2 years ago #
Hey guys,
When using SMTP this is my log for a test email. Does it indicate anything out of the ordinary? This problem is driving me crazy, haha.
Test Message Sent
The result was:
bool(true)
The SMTP debugging output is shown below:
SMTP -> FROM SERVER:
220-server1.websitehostserver.net ESMTP Exim 4.69 #1 Wed, 29 Jul 2009 13:32:24 -0500
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
SMTP -> FROM SERVER:
250-server1.websitehostserver.net Hello server1.websitehostserver.net [65.60.52.90]
250-SIZE 52428800
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
SMTP -> FROM SERVER:
250 OK
SMTP -> FROM SERVER:
250 Accepted
SMTP -> FROM SERVER:
354 Enter message, ending with "." on a line by itself
SMTP -> FROM SERVER:
250 OK id=1MWDwu-0004w6-3c
SMTP -> FROM SERVER:
221 server1.websitehostserver.net closing connection
orionmessier42
Member
Posted 2 years ago #
Hi Pixel Well,
Did you ever get a good resolution for this problem?
For new-user-registration my users never get the initial email with a password. Is there a setting I've missed?
Thanks.
orionmessier42
Member
Posted 2 years ago #
I've tried SMTP plugin, as well as wp-mail-smtp plugin. The config seems correct, but no emails sent from wordpress.
zanfardinom
Member
Posted 2 years ago #
Hi,
We are having the same problem. All my settings look right in php.ini and we tried using plugins and nothing.
Any thoughts/suggestions.
mz
jacobwh
Member
Posted 2 years ago #
bump, same problem here... Looking for help.
DantesGame
Member
Posted 2 years ago #
Does the SMTP server you're sending through require authentication?
Mine does and I think that's what's keeping me from having new user registrations sent.
I'm using Contact Form 7 and those emails get sent--but I'm also using the WP SMTP plugin which *specifically* asks for the SMTP authentication info.
Wonder why WP isn't picking up on that?
Moominmama
Member
Posted 1 year ago #
I found this via google-fu. I'm having trouble on a buddypress/wordpressMU install where most everyone gets their registration emails but the comcast people don't get emails and their accounts don't even get started. I mean, nothing in the database and nothing sent. I was trying to figure out if this is a comcast-specific issue. I'm pretty sure that wordpress creates the account before it's activated, right? So I would think there'd at least be a listing even if they don't get an email to activate?