Summary: Hey, i am working on a windows server 2003 running iis 6, i have php and smtp working, but i can access the localhost somehow through php... i get thi...
Summary: It very much depends on the specific requirements of your SMTP server. Many years ago, anyone could use an SMTP server to send any text to anyone. Now...
Summary: If you are thinking of CMD (the DOS like command prompt) there are several solutions depending of how the email is about to be sent. Sendmail is a pr...
Summary: Dear Friends, I want to send Email thru Outlook and Outlook Express (Default Client) using VB.Net. I also want to send the attachment. Kindly Help, i...
Summary: i think if you add it as a dependancey when you pack and go with the application. on secoind thoughts know i dont think it will, you cant send email...
Summary: Well you can use the mail function provided in php to sort out the things. But for mail function to work you sendmail must be properly configured i.e ...
Summary: Using HOTMAIL???? why using hotmail??? I am afraid it is imposible... BUT, you can setup your own smtp server and using JavaMail library and then conf...
Summary: hi i have got pblm in sending mail using winsock thru vb. the smtp server replies with the Relaying Denied error.it needs authentication for sending m...
Summary: Hello all, I've been trying to get a batch file that will go to a specified directory count the number of files (any file and a files with a specifi...
Summary: Hey all, i've been tearing my hair out for about a week trying to get this working: What i have is a server/client program that simply sends a file fr...
Summary: It is impossible to transfer a mail without a smtpserver. SMTP stands for Send Mail Transfer Protocol. So you have to set up your own smtpserver or us...
Summary: So basically, I need to have a mail server installed on the web server as well? I can't tell the program to send the email using a different server? ...
Summary: I have never used the exchange server, but using SMTP, you should be able to send email using any account name you make up.. no_reply@mycomp.com nobod...
Summary: I used blat once to send e-mails over smtp server. But i can't remember if i ever got that working to well. I will try the one you use. :) [IMG]http:/...
Summary: I have had problems sending data with type string using the sendto function in C++. There are no problems sending data using other datatypes such as ...
Summary: Hi... I was able to do it how ever i am not able send email automatically.. Please let me know how can it done.. Thanks, JD Thanks and Regards, Joy...
Summary: "Does this mean that i could just route it to port 25 and send the mail straight off of the webserver .php page? No mail server involved, is that what...
Summary: You are running the webserver (with PHP enabled) at home? Then make sure you have set the SMTP-server in the php.ini - file correctly. You can use the...
Summary: I've noticed many servers such as hotmail, yahoo, and juno aren't accepting SMTP requests anymore in order to "stop spam" even tho I get just as much ...
Summary: Hi all, We at our college have web server to which we can logon using ssh and telnet. From there I can access my mysql and do everything to my databas...
Summary: I am an admitted novice at PHP. I'm trying to send data from an HTML file to a PHP file and have the PHP file send an email. Have it all working fairl...
Summary: Hi, i am using PHP succesfully to send email. However what i have been unable to do it send a hyperlink in that email. would any of you know how to do...