Forums & Blog

A SmarterTools-sponsored community.
Welcome to Forums & Blog Sign in | Join | Help
in Search

Need some help...

Last post 10-07-2008 2:37 AM by JohnnyW. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 10-03-2008 5:40 AM

    Need some help...

    I hope somebody can help us. I think this is probably a really silly thing, but I can't find any documentation on the website about it.

    Basically all we're interested in is using SmarterMail for its SMTP server (to add DKIM and domain keys to our outgoing emails). We've installed SM ok and we can send message, yay. Now, how to we get SM to send the generated emails FROM our website? We're currently using the IIS Virtual Server, but unfortunately, the person who set it up is no longer with us.

    I can't seem to find any documentation regarding this, either :(

    Any help would be greatly appreciated!

    Thanks,

    - Johnny

  • 10-03-2008 3:19 PM In reply to

    Re: Need some help...

    Generally you need a script to do that work. Often this is done with CDONTS or a COM object like ASPEmail or JMail, etc.

    Your code will initialize the object, set properties so that it knows where / how to reach your mail server and how to authenticate a user so that the mail can be sent, then it will create the connection and send the message.

  • 10-03-2008 9:28 PM In reply to

    Re: Need some help...

    You also have a choice about authentications. For example your web site might already have a script setup to send the mail, but not be setup for authentication. You can either modify the scrpt or add the web server's IP to the auth bypass in SM.
    Richard Amiss
    MightyBlue Hosting
    www.MightyBlue.com
  • 10-07-2008 2:33 AM In reply to

    Re: Need some help...

     Thanks guys. I wish there was a step-by-step guide for this... I don't suppose you would have any idea where we could find our existing script? :/

  • 10-07-2008 2:37 AM In reply to

    Re: Need some help...

     Just thought: Does it make a difference if we're using C#?

Page 1 of 1 (5 items)