I've tried using SendMail from the umbraco.library in a usercontrol, but it seems to not work and I assume it's related to wrong settings in my web.config file, but the isp has confirmed these are correct, so question is how can I check if these settings are correct or not?
Also tried sending from an XSLT macro but no luck...
Check if SendMail is working
I've tried using SendMail from the umbraco.library in a usercontrol, but it seems to not work and I assume it's related to wrong settings in my web.config file, but the isp has confirmed these are correct, so question is how can I check if these settings are correct or not?
Also tried sending from an XSLT macro but no luck...
You could just use the old trusty system.net.mail way.
I think SendMail internally use system mail.
you can try set pickupDirectoryLocation settings to store file and verify it's created.
BTW: SendMail don't allow multiple recipients.
Agree with Petr, so you're able to isolate the issue and act upon.
Cheers,
Dirk
is working on a reply...