Hello,
I'm working on a V8 project where my SMTP settings appear correct using MailJET and test fine in umbraco health checker. However, when I try to use the forgot password functionality, MailJet is blocking my emails due to it trying to send from my user accounts email address rather than my specified web.config smtp "from" address.
I know the screenshot below has the main parts commented out but for example:
test@test-ltd.co.uk is not being used for the send "from" email address in this scenario, it is trying to send from the user's email address which isn't a valid SMTP address and fails.
Does anyone have any advice on this on how I could correct it?
I've also tried googles SMTP servers for testing and those still won't work for me for some reason.
Any advice would be appreciated, thank you all.