|
I would like to revive this thread, if possible, as I am having a problem sending email through my test server (my computer).
I installed ASPEmail into c:\Inetpub\ASPEmail without a problem. I then went to the command prompt, navigated to c:\Inetpub\ASPEmail and entered "regsvr Bin/aspemail.dll", receiving the response, "DllRegisterServer in aspemail.dll succeeded." I then went to the Control Panel and double-clicked EmailAgent. I made the Current Status "Go" and changed the SMTP Relay through to "localhost."
However, in my test program (which works remotely), on the line that executes Mail.Send ("Mail" being the object), I get the runtime error, "550 5.7.1 Unable to relay." I am using Mail.Host = "localhost".
I am not well versed when it comes to the server side of things, so if anyone knows what I should do next then I would greatly appreciate some assistance.
Cheers -
george
Last edited by GLSmyth; 03-08-2007 at 11:15 AM..
|