BTW. npm audit give me whole bunch of so called "security issues".
No, now just one ...
npm audit fix could not fix these - so how can that be fiexed?
*puzzled*
Anyone knows what to do here?
@maroonbee said in Verification email issues and broken Logo in emails:
The link to confirm the email address is not going to the domain. Instead it is linking to this http://127.0.0.1:4567/confirm/760afbc5-3704-45f2-89dd-19fe6eb33ab9
Did you set your url
value in config.json
to the address you are accessing the forum?
@baris thank you, It worked after I restarted nodebb
any idea on how to solve the broken logo issue?
@maroonbee What is the URL of the logo in the email?
@julian this is the URL that's showing the broken logo
http://127.0.0.1:4567/assets/uploads/system/site-logo-x50.png
@maroonbee does that occur in the same email as the fixed confirmation link?
@pitaj it occurs in all emails sent from my forum.
I tested some templates here domain.com/admin/settings/email
all of them give the same error
@baris said in Verification email issues and broken Logo in emails:
@maroonbee said in Verification email issues and broken Logo in emails:
The link to confirm the email address is not going to the domain. Instead it is linking to this http://127.0.0.1:4567/confirm/760afbc5-3704-45f2-89dd-19fe6eb33ab9
Did you set your
url
value inconfig.json
to the address you are accessing the forum?
This seemed, at first blush, to be the fix. Alas... not. Unless.....
@pitaj said in Verification email issues and broken Logo in emails:
@maroonbee does that occur in the same email as the fixed confirmation link?
Good question. Now that we've been enlightened....
OP reports having done a "restart". Maybe try a "rebuild & restart"? Hmm.... I wonder...
How are you sending mail? Perchance are you using Postfix? If so, please drive this command:
[[email protected] ~]# postconf | grep ^myhostname
Shooting from the hip here... but better than a sharp stick in the eye and you've not much to loose by checking.
@gotwf I tried rebuild and restart, then sent myself a test email, but it didn't seem to work
as for sending email, I am using my email host SMTP configuration. I tried SendPulse, but that didn't work too
@maroonbee perhaps some of the ideas/concepts here may bear fruit:
NodeBB Email - Postfix Null Client
emphasis on perhaps.
have fun! o/