Once email is verified, we will review and approve the account.
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
I'm not familar with logging into an SMTP server. Are you referring to SMTP authentication? Like MS Outlook, you simply specify what SMTP server to use to send email. Also, like MS Outlook, the demo app allows you to send a test message.
Can you let me know what SMTP server you're using or a bit more about "logging in"? I just don't know anything about that.
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 ?
Once email is verified, we will review and approve the account.
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.