Posts by Alan Maik • 79 points
7 posts
-
1
votes1
answer366
viewsA: How to check my email server information
Mail Receiving Server (IMAP) imap.gmail.com Requires SSL: Yes Door: 993 Mail Sending Server (SMTP) smtp.gmail.com Requires SSL: Yes Requires TLS: Yes (if available) Requires authentication: Yes Port…
-
1
votes1
answer1746
viewsQ: smtp connection error with C#(authenticated)
Below is the Script used when trying to send an error: Failure to an SSPI call. Client and Server cannot communicate because they do not have a common algorithm. string CorpoEmail = file;…
-
1
votes2
answers10535
viewsA: How to separate the digits of an integer and add them together? - Python
You can do this way start with a variable for the sum using a loop to interact the digits of the number given in the example 123 at each step and do the division removing the rest of the division of…
-
1
votes0
answers126
viewsQ: Problem accessing a Resource through my C#class
The problem is in a project I’m doing added 2 resources Main.resx I want to get data inside this Resource this way: System.Resources.ResourceManager rm = new…
-
-1
votes1
answer53
viewsA: Error 503 when trying to download extensions in Visual Studio Gallery
You can configure the Proxy by Tools or Tools Guide if your VS is in English in Options or Option then in Environment or Enviroment Webbrowser then Internet explorer Options connections Lan settings…
-
1
votes1
answer763
viewsA: Convert date format to php echo
You can use date_format($row['data_chamada'],"d/m/Y");
-
-1
votes2
answers2260
viewsA: error in sendSMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Use port 465 and ssl security: $this->Port = 465;<br/> $this->SMTPSecure = 'ssl';