XF 2.1 New members of my forum aren't getting email confirmations

Ayanle

New member
I have to manually search up their names and put them as "valid" and I don't know they registered unless they tell me and their username.

My hotmail/gmail(tried both) are apparently preventing the emails from being sent as they're in my spam folder with a message saying "mail delivery system failed" or something like that.

What can I do?
 
SMTP
That was an obvious typo😅
I was just making sure, I made an email account in my cpanel with @mydomain.com at the end.

I also did all the above. Now I'll test it.

This is what I got.
++ Starting Swift_SmtpTransport
<< 220-server192.web-hosting.com ESMTP Exim 4.91 #1 Sat, 25 May 2019 14:30:36 -0400
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.

> EHLO hachimarudenbase.com

<< 250-server192.web-hosting.com Hello hachimarudenbase.com [198.54.114.198]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP

> AUTH LOGIN

<< 334 VXNlcm5hbWU6

> WXViZWxAaGFjaGltYXJ1ZGVuYmFzZS5jb20=

<< 334 UGFzc3dvcmQ6

> S2luZ29maGFjaGltYXJ1ZGVuMTk5NA==

<< 235 Authentication succeeded

++ Swift_SmtpTransport started

<< 250 OK


<< 550-"Your IP: 198.54.114.198 : Your domain gmail.com is not allowed in header
550 From"

!! Expected response code 250/251/252 but got code "550", with message "550-"Your IP: 198.54.114.198 : Your domain gmail.com is not allowed in header
550 From"
" (code: 550)

<< 250 Reset OK
I'm confused about this whole thing.
 
Last edited:
I was just making sure, I made an email account in my cpanel with @mydomain.com at the end.

I also did all the above. Now I'll test it.

This is what I got.
++ Starting Swift_SmtpTransport
<< 220-server192.web-hosting.com ESMTP Exim 4.91 #1 Sat, 25 May 2019 14:30:36 -0400
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.



<< 250-server192.web-hosting.com Hello hachimarudenbase.com [198.54.114.198]
250-SIZE 52428800
250-8BITMIME
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP



<< 334 VXNlcm5hbWU6



<< 334 UGFzc3dvcmQ6



<< 235 Authentication succeeded

++ Swift_SmtpTransport started


<< 250 OK



<< 550-"Your IP: 198.54.114.198 : Your domain gmail.com is not allowed in header
550 From"

!! Expected response code 250/251/252 but got code "550", with message "550-"Your IP: 198.54.114.198 : Your domain gmail.com is not allowed in header
550 From"
" (code: 550)


<< 250 Reset OK
I'm confused about this whole thing.

This requires some server settings. Your host will be able to do it for you.
 
While I'm doing that can you tell me how I can find members who sign up but have yet to be registered? I need to confirm their membership manually in the mean time.

ACP>Users>Btach Update users> scroll down to user state and uncheck all options leaving awaiting email confirmation checked> click proceed.

This should give you a list of all members awaiting email confirmation.
 
Back
Top Bottom