o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

MAIL/SMTP STUFF -

HELLO!

If I write a mail using the SMTP-PORT of my mail-server (e.g. smtp.mail.yahoo.com) and I send the mail to somebody@somewhere.com, I think my mail-server connects to port 25 (SMTP) of "somewhere.com". But often "somewhere.com" does not support SMTP, but the mail reaches the correct recipient at "somewhere.com". How does "smtp.mail.yahoo.com" transfer the mail?!?

 

MAIL/SMTP STUFF -
HELLO! If I write a mail using the SMTP-PORT of my mail-server (e.g. smtp.mail.yahoo.com) and I send the mail to somebody@somewhere.com, I think my mail-server connects to port 25 (SMTP) of "somewhere.com". But often "somewhere.com" does not support SMTP, but the


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


SMTP authenticated Username -
HI, i am having one problem related to IIS SMTP related, if anybody have any idea pls send a the solution for this.My requirement is: 1.I am using IIS SMTP mail server for mail transaction. 2.In my outlook express it is configured to send a mail through above said mail


Need help with this perlscript -
I need to send an E-mail from my web page and it's finished execpt for the send mail. I 've try to use CDONtS but it's not configured on the server and the admin doesn't want to set it (don't ask me why!). So i have found a perlscript for ASP that respond to mail send to your acc


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


Connecting to SMTP -
HI, My friend installed an SMTP Server on his computer("Free SMTP Server" to be exact), i want to use it to send mail from my apps, but once again i get a CDO.Message error. 1) Im connecting to him by IP: System.Web.Mail.SmtpMail.SmtpServer = "IP" Can it connec


vb.net mail -
I need to send email from an app... I know how to do it using vb6 and outlook... But this project I cannot use outlook as mail...I need to use SMTP. I can easily pull data from a database which I will need to store in the email, thats no problem. But I need sample code of vb.


[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.


Web.Mail -
Hey There, just a quick question regarding web.mail i have read somewhere that you need to have IIS and the smtp service on the machince in order for web.mail to work. is this true i have developed an application which uses our remote mail server and when the application


[2005] Trouble with mail, SMTP -
Hey Been trying to get the email function to work all night but I really can't get it. Usually it says "SMTP was unable to send mail" or something, could someone look over my code? Code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.Eve


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


HowTo Get mail session user's SMTP address -
Hello, does anybody know how can I get in VB6 SMTP mail address of current MAPI session user? I have Exchange server. (I´m creating a e-mail to SMS sender program and I need to determine the length of user's SMTP address) Thanks a lot


Local SMTP Server -
I am trying to write a legitimate application for work but need to test it out. The IT dept is crap at getting back at me so I gave it a go myself. I have IIS installed including the SMTP server, but I still cant send any mail through my app. Is it possible for my IT department to


EVIL Mail Question..... -
OK - First - before ANYONE thinks it, this is NOT for SPAM - :-) I want to be able to send an e-mail to one specific mail server (mine) and one specific address (mine) for support requests from the users - I want ONE of these mails to happen in the background as it contains appl


SMTP encryption -
All I want to know is....is SMTP mail encrypted? We send an automatic mail using SMTP but are not entirely sure if it's sufficiently encrypted Any comments would be great


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


[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


free E-mail server software -
Does anyone know of any free e-mail software that will take advantage of Window's smtp? I guess something that will alow me to save e-mail sent to my port 25 and then when a user connects send them there mail. Any one have any ideas except running something like exchange? I tried www.p


SMTP Server -
In VB there is a variety of ways to send mail. It seems that if you want to change the "from" field (for a mass mailer type of program) you need to use an smtp server. My question is, if your using a dialup connection from home, what smtp server can you use for this? Any


Mail Function Hangs -
I run PHP 4 on an Apache 2 server. My Platform is windows 2000. When I use the mail function in PHP my browser hangs and so does PHP. There are no logs in the error log file. My PHP.ini file has the following set [mail function] ; For Win32 only. SMTP = localhost SMTP = 25


Sending mail via SMTP -
Ok guys, I'm only just scratching the surface of winsock and sending mail via smtp, but I have a question to pose to you all. Of all the demo programs that I have downloaded thus far when I try to mail hotmail it fails and comes up with various errors, though if I put in another rec


SMTP E-Mail -
Anyone know how to send and e-mail from within a VB app using and SMTP server? I know how to login using MAPI but don't know how to use my Yahoo account to send and e-mail. Thanks


Smtp, Cdo Nts & Asp -
Hello all, I am behind a proxy in a corporate network. I use Windows 2000 proffessional. I use CDONTS.NewMail to send a mail from IIS in my machine to a mail ID in hotmail.com. But, the mail stays in the mailroot of my local hard disk. It does not move beyond that. Could anyone


SMTP mail sending -
Has anybody experienced problems using any code that relies on the SMTP protocol to send e-mail from their program? If you do, are you using an @Home e-mail server? It doesn't matter what language, because I seem to be plagued with errors using code in any language.


Smtp, Cdo Nts & VB -
Hello all, I am behind a proxy in a corporate network. I use Windows 2000 proffessional. I use CDONTS.NewMail to send a mail from a VB program running in my machine to a mail ID in hotmail.com. But, the mail stays in the mailroot of my local hard disk. It does not move beyon


how to enable SMTP Authentication with System.Web.Mail classes -
I have written the code to send email using Mail classes in System.Web.Mail namespace but my smtp server needs to "enable SMTP Authentication" setting. How can I do this?


Sending mail with smtp server -
how can i send mail with an smtp server and also attachments for VB6. I've looked for quite some time. I didnt find many for vb6. i found one that worked great but i could edit to the preferences i needed. and the rest didnt have attachments, didnt work, or werent for vb6. Please all i


SMTP Services -
I'm facing a network problem. I can't tell exactly what is happening. The situation is as below: I'm using the SMTP services to send mail from an internal network. The mail sent to my company's email address can be received successfully. But when the mail is sent to external mail se


Send Mail To POP3 -
Hey All, if i send an e-mail it goes like this: Outlook connects to my ISP SMTP server and send the data. But what happens with my e-mail then? i know if i send an e-mail to a hotmail user it will send it to the servers of hotmail. But can i get the protocol of this transaction?


530 Authentication Required : Help on Sending E-Mail using VB -
Hi ! i am have found a small prog that send email via vb ( i need to incorporate that in my app). but, when i am sending the E-Mail , i get the message back "530 Authentication Required" i understand, that i need to authenticate myself before sending any e-mail. how


Smtp Authentication Failed......Urgent!!! -
I have fairly simple code in a form to send email from VB.Net (VS 2008). It works fine on the development machine which has XP and VS 2008 installed and in a LAN. When I upload the application on the server which is in a different country and has fixed IP, it shows Authentication er


SMTP Settings -
Hi, I have got an asp application running.The application generates some excel files which r stored in the server.I want this to mail to different employees in the organization.This is a part of an intranet.The mail server and the server running asp application are different.Wat chang


[2005]Guidance for Emailing -
Hi people, I am currently working on massmailing system... in which i can mail to all the ids that r stored in a database... Now i dont have Outlook configured, so i cannt use outlook as my SMTP server. So anyone can please guide me how can i build or setup a SMTP server ofmy


[2005] SMTP mailserver -
Is there any way to send with Visual Basic an e-mail message without connecting to a SMTP server? Or is there a public SMTP server whereto I can connect? because not everyone who uses my program does have IIS with the SMTP installed with Windows XP PRO


[2005] The specified e-mail address is currently not supported. -
i am trying to send an email to 1 or more persons and when i get to mail.To.Add(TextBox6.Text) i get the following error. any help will be great thanks in advance. The specified e-mail address is currently not supported. here is the code i am using Imports System.Net.Mail Imp


Free SMTP Mail Severs -
Does anyone have any idea of free SMTP Mail servers which do not need to authenticate users? I need it to recieve log files from my app to my account.


2 iis questions... -
hey, i have 2 iis questions![list=1][*]i have a site on my computer, and i use iis for it... whenever the site is on, lots of domains, like www.brisknet.com appear as my site... even the commercials here in vbf look like my site, and when i enter the domain of the commercial it looks


CGI (Perl) - SMTP & Rediret Method -
Good day ! I have written the codes below and try to execute it. Theoritically, I suppose it works but it doesn't. I can't figure out what's wrong with my codes. The 2 problems are : 1) It supposed to send back a mail to me but it doesn't. I used the code from Deitel & Dei


SMTP Authentication -
When I try to connect with some SMTP modules I have to an SMTP server that requires authentication I obviously can't send mail... Does anyone have any solutions or some code to get around this? Thanks


How to extract ISP's mail server settings or outlook's SMTP Settings in Visual Basic -
Hello, I wonder about, how to get the outlook smtp settings or user's default isp's mail server settings? I also want to know about mx records and how to perform mx to gain smtp server name? Please guide me in detail. Regards...