Re: SMTP registrationHello Mike,, , normally if you have a SMTP-server in your intranet, no authority is necessary, everyone can send mails with tools like sendmail or your psSendMail.dll., , But if you use a mail-server from your provider, you have an account (POP3) for receiving mails., To send mail, there are normally two concepts to prevent spamming over this server., , - before sending, you have first to call your POP3 account with accountname and password., , - you open a connection to the smtp-server by a special accountname and password, , So psSendMail works fine with an open smtp-server in my intranet, but not with a protected smtp-sever in the internet. Do you have a solution for this problem ?, , Thank you, Uli |