Posts

Showing posts from May, 2022

ENABLE EXM TO TRIGGER EMAILS LOCALLY USING GMAIL SMTP

Image
To make use of GMAIL as your SMTP server to test the EXM Emails. Step1: Create a Gmail account and do not enable the 2 step verification. Step2:You need to allow less secure apps, you can do it by clicking the below link https://www.google.com/settings/security/lesssecureapps Step3:also try this one https://accounts.google.com/DisplayUnlockCaptcha Step4: In the "Sitecore.EDS.Providers.CustomSMTP.config" fille which will be the path "C:\inetpub\wwwroot\{yourinstance}\App_Config\Sitecore\EmailExperience\Sitecore.EDS.Providers.CustomSMTP.config". update the details. By doing the above changes you can use Gmail as an SMTP server to trigger emails. Thanks, Varun Allada

SITECORE EXM SUBSCRIBE TO LIST MANAGER FROM CD SERVER

Image
When we try to subscribe to the list manager from the CD server using the  ISubscriptionService it will not be working as the service will be only available in the "Standalone or ContentManagement" role only as shown below. you can find the above config file in the path "C:\inetpub\wwwroot\{yourinstance}\App_Config\Sitecore\ListManagement\Sitecore.ListManagement.Services.config". So the below code does not work. To Store the data into ListManger From the CD server You need to utilize EXM Client API on the CD server as shown below. Hope the above clarifies and works for you guys... Thanks, Varun Allada