Hi,
I've created a custom email notification gateway based on this example.
The public override CMSNotificationGatewayForm GetNotificationGatewayForm() is working perfectly but I have issues with the public override void SendNotification().
public override CMSNotificationGatewayForm GetNotificationGatewayForm()
public override void SendNotification()
For some reason that I couldn't find, the gateway is not entering in the SendNotification(), so I'm not able to send the emails. The From is filled and it working on the default Email notification gateway.
Does anyone had this issue before?
Regards,
Ricardo did you find out what was wrong? Could you add your solution for future reference?
Please, sign in to be able to submit a new answer.