Posts by Guilherme Alves • 19 points
6 posts
-
0
votes1
answer37
viewsQ: Failed to send email ASP
I have the following code for sending emails, but it is giving error, does not inform of much information just appears "Failed to send email." I’ve changed the door, changed it EnableSsl for true…
-
0
votes0
answers114
viewsQ: Could not find specified column in Results
I have a code to search in two tables, a search the logo and the other the images, the first he does normally, does the reading and everything else, in the second he already error, the code is as…
-
-1
votes1
answer4871
viewsQ: Iframe with connection refused
I have a iframethat always worked perfectly and today when loading the system it appeared that the connection was refused. Would anyone know what the problem would be? The code is as follows::…
-
-1
votes1
answer2015
viewsQ: Transaction failed. The server response was: 5.7.1 <email>: Relay access denied
I have this code for sending emails and is returning the following error: Transaction failed. Server response was: 5.7.1 : Relay access denied Would anyone know tell me the problem? I’ve checked…
-
0
votes1
answer466
viewsQ: Error sending email ASP.NET
I am with a client and he is having problems sending email by the application in Asp. The code is as follows: string nomeRemetente = "Remetente"; string emailRemetente = "[email protected]";…
-
0
votes1
answer389
viewsQ: Change the text color of an iframe
It is possible to change the color of a text iframe? <div class="col-md-10 padding" style="background-color:white;"> <iframe height="500" scrolling="no" name="Resultado"…