Posts
60
Comments
36
Trackbacks
18
Subtext (2.1.0) Email on GoDaddy Hosting (Shared)

Use the regular SMTP Relay Server for GoDaddy: relay-hosting.secureserver.net

Here is my configuration lines (Notice that: my  admin email address is not even a real email address), ~line 172~

<add name="SystemMailProvider" 
    type="Subtext.Framework.Email.SystemMailProvider, Subtext.Framework" 
    smtpServer="relay-hosting.secureserver.net" 
    username="" 
    password="" 
    adminEmail="admin@YOUR DOMAIN NAME.com" 
/>
<!-- NEAR LINE 310 - NOTE: This is that I get my comments on. -->
<add key="HostEmailAddress" value="HOST-EMAIL"/>

After this, it does work.  However, I warn you not to type in your own address.  For some reason trying to send yourself an email doesn't work too well.

posted on Friday, February 13, 2009 9:15 PM Print
Comments
No comments posted yet.

Post Comment

Title *
Name *
Email
Url
Comment *  
Please add 4 and 8 and type the answer here:
News
My Developer Notebook! This also happens to be my opinion place. Thanks for coming by.