Jump to content

heymolly

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by heymolly

  1. Hi, Thanks reply!

    Could you please help to share below info for me? Thanks.
    1. If Tommy account already deleted, below setup Tommy's .Net website why still can access?
    And I saw the website worked well, just using .Net page access the Lily's database seems something wrong.
    http://himolly.heliohost.us/leka_chicken/SendMailList.aspx 

    2. 
    I already created Johnny Account via "Johnny Invitation" mail and already backup cpmove-heymolly.tar using backup link.
    So... Can I use this backup rar file to restore to Johnny? 
    How can I do? I need to setup the .Net enviroment by myself?
    Or I need start over in Johnny ?

    Thanks for the big help!

     

     

  2. Hi, 
    Long time ago,  I had set my website (in Tommy) and long time no login this site.
    Today I want to use my setup website, but seems cannot access the database but the website still can use.
    And I saw the message as below, but I don't receive the mail, can you help me how to solve these problem? Thanks.
     

    Ready For Plesk?
    Your account is ready to transfer to Plesk. Please check your email and click the link in the email to indicate whether you're ready to move or if you'd like to wait a bit longer. If you didn't receive an email please contact support or email support@heliohost.org for assistance.


  3. Hi, this problem already solved.

    I change my mail password to to 16 digits and it work well.

     

    It's magic before change the password, i can send this mail well but Lily cannot.

    Anyway, now Lily account can use SmtpClient to send the mail.  :)

  4. Hi, I tried to use Lily account to send the mail from google server.
     
    The C# code are: 
    SmtpClient smtpClient = new SmtpClient("smtp.gmail.com", 587);
    smtpClient.Credentials = new System.Net.NetworkCredential("google_account", "google_password");
    smtpClient.EnableSsl = true;
    smtpClient.Send(mail);

    I already check the send mail account set to allowed google Secure Apps setting.
    These SW implementation work well from my local, but Lily server will show below error:
     
    System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Authentication Required. Learn more at
       at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response)
       at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, MailAddress from, Boolean allowUnicode)
       at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, Boolean allowUnicode, SmtpFailedRecipientException& exception)
       at System.Net.Mail.SmtpClient.Send(MailMessage message)
       
    I saw the mail send connection need to smtpClient.EnableSsl.
    Not sure it is related Lily not allow the SSL connection?
    Or maybe I need to set other setting on Lily?
     
    Could you please help me? Thanks.
  5. Could you please help to unblock my IP (111.248.69.103)? Thanks.

    I guess maybe due to I try to use Windows 10 to login web disk...
     
    Could you please also help me how to access it?
    Follow the link: https://docs.cpanel.net/cpanel/files/web-disk/#web-disk-and-digest-authentication
    I added an new web account and Enable Digest Authentication
    Then I added below URLs via Windows 10 web disk:
     
    I can key in the account/pwd, but it always shows 'cannot find the location'
    Later the login page shows blocked my IP...

    But i can access this link from the internet browser...no idea can solve it...

×
×
  • Create New...