Hi,
I would like to send e-mail from my own custom webpart using SPUtility (on wss3.0). The issue is that smtp server is on the same host as sharepoint services. SMTP server works and I can send e-mail using telnet. (But it always telling me that message is queued. After all e-mail are reaching theirs destination and they are in my e-mail box.)
I can guess that the issue may be the name op SMTP server which I'm filing in sharepoin configuration. Telnet works when I'm using names: localhost and 127.0.0.1. But sharepoint doesn't accept this names. :(
And when I'm passing to telnet or sharepoint server host name where smtp service is located it dosen't work, and those names accept sharepoint.
Please help me and tell me how can I pass right name of a server to sharepoin configration.