Try our conversational search powered by Generative AI!

External Review Email Sharing Issue - Sender Email Missing

Vote:
 

I've recently installed version 0.9.3 of the Advanced CMS - Add-on for Advanced & External Reviews on Optimizely 11. However, I'm encountering an issue with the functionality to share external review emails. The error message indicates that the sender email is missing.

To troubleshoot, I created a blank Alloy site with the latest 1.3.6 version to check if the issue persists. Surprisingly, I encountered the same error on the Alloy demo site, which suggests it might not be related to the version or my project structure.

Here's the error message captured in console on Alloy Demo site.

https://ibb.co/ZXT5ks9

I have included notification settings in appsettings as well to see if it makes any difference except that now the console error is gone but email is still not sent.Found a closed ticket on github that still seems to be an issue.

Could there be some configuration that I'm missing? Any insights or suggestions would be greatly appreciated.

#320737
Edited, Apr 19, 2024 19:45
Vote:
 

Can you share your SMTP settings?

#320814
Apr 21, 2024 22:12
Farhin - Apr 22, 2024 19:18
Hi Ronil,
For SMTP settings, only the SMTP host name is defined in my configuration file. By default, the port is 25, which in my case is not specified, but I am assuming it is 25. Is this what you are asking for?
Vote:
 

Which SMTP server are you using and does the email get sent for standard Opti notifications?

Try using the pickup directory delivery method. If you get email files in the maildrop folder, that would indicate an issue with your SMTP settings or when connecting to it

"EPiServer": {
    "CMS": {
      "Smtp": {
        "DeliveryMethod": "SpecifiedPickupDirectory",       
        "SpecifiedPickupDirectory": "./maildrop"
      }
    }
}
#320913
Apr 23, 2024 1:33
Vote:
 

Hi Farhin,

Did you see Ronil's questions? (above)

>>>> Which SMTP server are you using and does the email get sent for standard Opti notifications?

Could you share this section (without the password, of course) from your Web.config file?

<mailSettings>
    <smtp from="***@***.***">
        <network host="***.***.***" password="************" userName="***" port="***" />
    </smtp>
</mailSettings>

#321460
May 03, 2024 13:48
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.