SMTP gmail -
hi
I have looked at every post here and elsewhere i can find regrading sending a message via gmails SMTP.
1 post insisted you have to use the ip instead of "smtp.gmail.com" but that dosn't seem to work for me.
This is what i have been trying without any luck
SMTP.Port 25 produces a error: 'The operation has timed out.
'SMTP.Port = 465 stops responding, freezes
'SMTP.Port = 587 also produces a error: 'The operation has timed out.
Code:
Dim SMTP As New Net.Mail.SmtpClient("SMTP.gmail.com")
SMTP.UseDefaultCredentials = True
SMTP.Credentials = New System.Net.NetworkCredential("xxx@gmail.com", "xxxx") 'Must be: *@gmail.com
SMTP.EnableSsl = True
SMTP.UseDefaultCredentials = False
SMTP.DeliveryMethod = SmtpDeliveryMethod.Network
SMTP.Timeout = 0
SMTP.Port = CInt("25") 'The operation has timed out.
'SMTP.Port = CInt("465") 'stops responding, freezes
'SMTP.Port = CInt("587") 'The operation has timed out.
SMTP.Host = "smtp.gmail.com"
SMTP.EnableSsl = True
SMTP.Send(mail)
SMTP = Nothing
mail.Dispose()
regards
toe
How to send mail using vbsendmail.dll and smtp.gmail.com -
Hello,
I can send mail using smtp.gmail.com in vb.net. Recently i found vbsendmail.dll. But i can't send mail using smtp.gmail.com using vbsendmail.dll.
It gives me an error: 530 Must StartTls command first.
How to fix it. How can i send mail in visual basic 6 using smtp.gmai
SMTP gmail -
hi
I have looked at every post here and elsewhere i can find regrading sending a message via gmails SMTP.
1 post insisted you have to use the ip instead of "smtp.gmail.com" but that dosn't seem to work for me.
This is what i have been trying without any luck
Sending mail using smtp.gmail.com -
hiiiiiiiiiii,
i was sent the mail using the smtp.gmail.com and 587 port no. i was sent through gmail account.can i sent the mail without my gmail account and without using the username and password?. if i sent i will give the error"secure connection error".plz can
SMTP Server in CDO -
I'm trying to send an email to a gmail address using CDO 2000 Library in Visual Basic 6. The problem is, I can't find a decent SMTP server. When I tried to use gmail's SMTP server (smtp.gmail.com) I got an error , -I believe- the cause of the error is Gmail's smtp server secuirty syste
Send mail with SMTP with Gmail -
How do I send mail with SMTP with Gmail in VB6?
I've searched but I cant get the most of them work, because Gmail require SSl authentication.
I've tried this code , but don't know what referees I must add.
Thankful advice.
[2005] [email problem] -
Hi friends,
I'm using the default login controls and then I need to configure the email settings in web.config with SSL for gmail because the code needs to send automatically the emails when the password is forgot per example.
I don't know the SSL attribute in the web.config, do
[2008] Mailing problem -
I tried the following code to mail something to my e-mail adres
Code:
Try
Dim SMTP As New System.Net.Mail.SmtpClient
SMTP.Port = 993
SMTP.Host = "smtp.gmail.com"
Label1.Text = &qu
[2005] Problem in sending mail !! -
hi
i want to send mail using this code:
Code:
Imports System.Net.Mail
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.Cursor = Cursors.WaitCursor
Dim Mail As New System.
Sending mail using Gmail SMTP server -
I am trying to send a welcome e-mail to users when they register stating what their username and password is.
I keep getting the following error message:
A connection attempt failed because the connected party did not properly respond after a period of time, or established connec
Sending Email problem -
Hi
I'm trying to use CDO to send an email but no matter what email service i.e. Hotmail, gmail and Yahoo I use I can't get this line to work:
Const SMTP_SERVER As String = "smtp.gmail.com"
It comes up with some error about unable to connect to smtp server
BTW I'
[2005] Receive Gmail Mails using vb.net -
Is there any way i can make a vb.net application that will allow me to retrieve the gmail inbox into my Application??
I can use gmail Smtp server to send the mails , thats not the problem , the problem i m facing is that i cant receive the mails from gmail to my application
Gmail Smtp Socket -
I need a vb6 smtp code the will send a email to a gmail email account. So that it would send it like this:
text1.text
text2.text
text3.text
text4.text
text5.text
text6.text
in the body paragraph of the email. Please make your answer as simple as possible to understand
-sorry f
[2008] SMTP MailMessage Freezes My PC -
Hi,
I'm using the below code to send mail with attachment, its working fine except that my PC freezes for 10 seconds whenever I run this code, is there a way to avoid system lag?,
I tried to lower the process priority by using "Process.GetCurrentProcess.PriorityClass = ProcessP
can anyone help plz -
i know the gmail smtp server.host it is "smtp.gmail.com" but can anyone know the
" Smtp yahoo Server.Host "
can any one help plz -
i know the gmail smtp server.host it is "smtp.gmail.com" but can anyone know the
" Smtp hotmail Server.Host "
sending mail using smtp server -
hiiiiiiiiiii,
i am written the code like that,
try
{
MailMessage message = new MailMessage("michealmary84@gmail.com", "mmary.cdtech@gmail.com", "testing", "smtp tested");
Using command line email (building email programs) -
So i want to be able to back up files or make a program to email others from command line using 2 programs
using a program called blat, command based email program (cmd)
but i want to send emails from my gmail account which requires an SSL encryption. what i have read you need t
[2005] System.Net.Mail.MailMessage to string -
Hello,
I am wondering if System.Net.Mail.MailMessage object can somehow be converted to a string. I am connect to smtp server with a 3rd party component because I am behind firewall that block gmail smtp port. I want connect from proxy to smtp but after I connect I need to send co
VBSendMail and yahoo/Gmail -
Hello all,
i use VBSendMail; but i con't use this dll to send emails to yahoo and gmail.
There are a way to use VBSendMail with this SMTP servers?
Thanks!
How to send emails by accessing SMTP -
Hello
How can I send emails by accessing SMTP?
I want to use smtp.gmail.com.
How can do it in PHP page?
Thanks
CHANGING FROM address with CDO -
I am basically using the following code with Microsoft CDO for Exchange 200 Library refferencing to send emails using the GMAIL SMTP account:
Code:
Dim iMsg, iConf, Flds
Private Sub Command1_Click()
Set iMsg = CreateObject("CDO.Message")
Set iConf = CreateObject(&q
host not found -
hi to all,
i am using the smtp.gmail.com for sending the mail. when i am sending the it given the error "SMTP host not fount". how can i rectify the problems?. plz help me to rectify the problem
thank u
With thanks and regards
MMary
Eudora 2 Gmail -
Not too long ago I was using Eudora as e-mail client program to retrieve e-mail from various accounts. I started using web based Gmail last year and would like to export to gmail all the sent & received messages stored in the Eudora folders in my computer.
I know gmail doesn't hav
[2005] Sending Email in ASP.NET 2.0 -
I am sending email in ASP.NET 2.0 to other user in different email, mymail@gmail.com.
web.config
<system.net>
<mailSettings>
<smtp from="testapp@abc.com">
<network host="www.abc.com" port="25" userName=&quo
how can i send email with hotmail -
how can i send an email with a hotmail account not gmail
i know how to send it with gmail as smtp
but i want it on hotmail
thanks
kareem
Sending Text1.text to email by php + Inet -
Ok what I want to do is pretty basic.
I want to make a textbox send to my email using Php, and Inet.
(No smtp)
Heres a picture of the visual basic 6 form layout
....................................................
................__________....................
Username: |___
Can yahoo and hotmail interact with smtp servers -
hi folks, i've done a simple application wich uses local smtp server and interact with it to send e-mails. But i have troubles sending mails to yahoo and hotmail. With Gmail accounts it seems to work fine. Anybody does know why? do i have to use another protocol instead of Simple Mail
[2005] Sending an email using Gmail -
Hello everyone,
It has been a while since i posted. Am now starting my VS2005 shoes
I would like to send an email using VS2005 via Gmail.
I know that it is possible, but am puzzled on how to establish a secure SSL connection.
Below is extracted from the Gmail help site
batch file help, running cmd commands in vb6 -
im making an automated file backup program,
i need to have this command that is currently in a batch file to run silently/invisible
blat.exe C:\hi.txt -to reipoom@gmail.com -u reipoom@gmail.com -pw passhere -f reipoom@gmail.com -server 127.0.0.1:1099
how do i do this? or how
Gmail Invites -
I know everyone probably already has one, but if you want one, I've got a bunch of Gmail invites. Private message your email or post it here if you want a Gmail Invite!
[2005] Sending Mail -
Hi all I'm having problems with sending mails
I'm using the gmail smpt if I press on the button to send the attachetd file
yes I have a gmail account that I used for the login.
I'm getting this error :
"5.7.0 Must issue a STARTTLS command first. c5sm8312585nfi.6&quo
Get Smtp -
I got this code that sends email using SMTP. I was wondering if there was a way to detect their SMTP server that they have on their computer... or some way of getting it from their computer without having to ask them, because the average joe doesn't know what the hell SMTP means...
6 Free Gmail Invites -
Hi there,
I have 6 Gmail invites to give away, post with your name, age , email and reason for wanting gmail!
top ten reasons get an invite
Gmail - 2.6G (Now Open) -
Gmail is open at last . GMail
EDIT: For Australia
Hireing VB6 Programmer! (Easy Job!) -
Okay the job is pretty simple.
All I basically need is a programmer to adjust some printing parameters to fit my pre-made layout.
I have 3 templates, and 1 is already done.
MSN: Lukeidiot@gmail.com
AIM: Lukeidiots
EMAIL: Lukeidiot@gmail.com
Willing to pay up to $50.
unable to Send Mail through Vbscript -
<BODY>
<%
Set SMTP = CreateObject("EasyMail.SMTP.6")
SMTP.MailServer = "<the serveraddress>"
SMTP.FromAddr = "<from address>"
SMTP.AddRecipient "", "chandana.sameera@ge.com", 1
SMTP.Subject = &q
Receiving Email -
I know this might sound kinda stupid but I've searched all over the forum and still couldn't find a good way to log into some mail and get all its mails. Is there ANY way to do it with VB.NET?
I know I'll have to use SMTP or POP3 or something like that thought I dont have any knowle
Iis Smtp -
hi,
not sure if i'm in the right category. but anyway i've some doubts regarding IIS SMTP. I'm new to ASP and IIS SMTP.
I'm currently creating forms using ASP to send mails. My web server is running IIS, so i've decided to send email using SMTP since it already comes with IIS.
[2005] My.Settings... -
I'm trying to save a string to the settings of my project... however when i restart my computer it's not saved... works fine while running but stop the program and it's gone...
Code:
Dim smtp As String
smtp = InputBox("Please enter your SMTP address, this will be
do you think Gmail should stop doing the invite thing -
I am not saying do you think gmail should not be free.
I am saying do you think they should allow anyone to join?
I think they should stick with the invites thing. because then that would eliminate spameres from useing gmail to send spam and would get people to meat other people.