Feb 10 2023 12:45 AM - edited Feb 10 2023 01:06 AM
Good morning,
We have an email address "apple@" in our Azure tenancy, with the user account name "Apple".
I am able to programmatically authenticate as "apple@", using username/password to send emails via PHP code.
I want to change the email address to "banana@".
I have added "banana@" as an alias to the account and then switched this to the primary address. I have also updated the name on the account to "Banana".
Although I can now authenticate using "banana@" username and password (which hasn't changed), the mail ends up in Junk.
Whilst using the same credentials, if I use PHP code to set the "From:" address to "apple@", it works and the mail appears in the Inbox, rather than the Junk.
Question, is there a setting in Azure that can be changed or is what I am attempting not possible?
Thanks in advance
Feb 10 2023 04:20 AM
Hi, sometimes it is enough for several recipients to add this new address (as a trusted sender), have you checked it?
Feb 10 2023 05:23 AM