Top VPS Hosting Provider

Welcome to the myhosting.com Forums.
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    suwunk is offline Super Moderator
    Join Date
    Aug 2010
    Posts
    1,080

    Default

    SMTP Settings for Virtual Server

    When configuring your SMTP settings for your virtual server you will need to use the following server.

    smtp.vps.myhosting.com

    The server is configured to use port 25.
    http://myhosting.com/kb/SMTP_for_Virtual_Server

    myhosting Customer Support team will be happy to assist you with this. You can contact them at support@myhosting.com, or by phone at 1-866-289-5091

    Cheers

  2. #2
    markpringle is offline Official Member
    Join Date
    Jul 2011
    Posts
    10

    Default VPS ASP.Net Email Code-behind Setup

    I just signed up for a VPS myhosting account and need to setup my application to send emails. This is my current setup (C# ASP.NET) at my shared hosting provider:

    Code:
    SmtpClient smtp = new SmtpClient("mail.poetrysoup.com");
                    NetworkCredential Credentials = new NetworkCredential("USERNAME", "PASSWORD");
                    smtp.Credentials = Credentials;
                    smtp.Send(mail);
    What's the setup @ myhosting?


 

Similar Threads

  1. Replies: 1
    Last Post: 2011-01-13, 05:30 AM
  2. Asp.NET 4.0 in web hosting plan
    By dskwarek in forum Programming
    Replies: 6
    Last Post: 2011-01-10, 09:08 AM
  3. asp.net membership control
    By eldred in forum Programming
    Replies: 1
    Last Post: 2010-10-24, 10:40 PM
  4. ASP.NET 3.5 SP1
    By Underated in forum Troubleshooting
    Replies: 6
    Last Post: 2009-11-09, 09:32 AM
  5. Published Page not what I published - asp.net master page
    By jimbaum in forum Troubleshooting
    Replies: 1
    Last Post: 2008-09-10, 11:17 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts