Sendy on Azure
I followed Scott Hanselman's post and installed Sendy on Azure. Everything went super well with installation - but I have 2 issues
- My SNS Topics for bounces and complains still says "PendingConfirmation" - already made changes that suggested
strtr($_SERVER['SCRIPT_FILENAME'], '', '/')
- When I did a test email - it is stuck in "Sending"
I know that you guys officially do not support Azure, but any pointers for me?
This discussion has been closed.
Comments
[Update] I got it working - I had to delete the SNS Topics and recreate again after I changed the code for
strtr($_SERVER['SCRIPT_FILENAME'], '', '/') 2)
- Now all works great!