Tagged Questions
0
votes
0answers
10 views
Auto-emailing with telnet
I want to monitor a windows process for which I was a writing a batch script. The script does the following:
monitors the process (ok)
sends an email when the process is not running (not working)
...
-1
votes
1answer
136 views
Please help me out sending the email through WindowsXP Telnet [closed]
I want to send an email to any email address using Windows XP telnet. I opened the command prompt and typed telnet after enabling telnet. It successfully connects me to the SMTP servers of Gmail, ...
0
votes
1answer
374 views
How can I check if an email address is Correct and Exists? [duplicate]
Possible Duplicate:
How to check if an email address exists without sending an email?
I was wondering : is there a way to check if an email address is Correct and it Exists before sending ...
0
votes
1answer
928 views
Port 25 / 26 says “Could not open connection” using Telnet
I am currently troubleshooting an email problem with my server (IIS 7,5 , Windows server 2008 R2). When I run the "Telnet" command, I get the "Connecting to 127.0.0.1... Could not open the connection ...
1
vote
1answer
759 views
connection refused: how to configure apache james for localhost
I'm unclear on how to configure Apache James. The quick start guide says:
Step 4: Configure
#################
* All configuration files are embedded in jars.
* We ship in the conf foler ...
3
votes
2answers
2k views
view SSL certificate on ports 587, 25, 110, 465, 995, 143, 993
How can I view the SSL certificate details that is being used on ports 587, 25, 110, 465, 995, 143 & 993
I need to check which domain name is being used to secure these ports.
I've search here ...
0
votes
0answers
160 views
Send an email out of an Firefox Add-on JavaScript via SMTP server
I would like to send an email with my JavaSript Firefox add-on.
E.g. my add-on shell supervise the weather forecast and send me an email, if it will rain soon.
My first approach is sending via a ...
-1
votes
1answer
541 views
Send email using Telnet
I found this article which explains sending email from telnet
http://www.kongtechnology.com/2008/01/27/smtp-authentication-and-send-emails-using-telnet/
but actually I have problem with it.
when i ...
0
votes
0answers
266 views
(php) fsockopen error, but telnet connection works
I'm very confused, I'm trying to send e-mails trough PHP, but I have problems with a particular mail server, with another all works fine.
When I trying:
$smtp_conn = ...
1
vote
1answer
278 views
Command to get the content-type of one part of the body in IMAP
In IMAP4, how can I check the content-type of one part of a body? Or more generally, to get the headers of a body part. ie, the headers of an attachment, headers of a html or text content, etc, which ...
0
votes
2answers
1k views
How to set Debian Linux default outgoing mail/sendmail application/script?
I'm unfamiliar with Linux, but I'm trying to send mail from PHP. Via SSH, I've found my server's sendmail and mail functions to be incapable of sending mail through SMTP. But, I've had success with nc ...
1
vote
3answers
350 views
SMTP Validation of E-Mail Address
I'm working on a project which requires me to know with extremely high probability the availability of an e-mail account on a mail server (let's use Hotmail in this example.) I know that the VRFY ...
39
votes
13answers
64k views
How to check if an email address exists without sending an email?
I have come across this PHP code to check email address using SMTP without sending an email.
Has anyone tried anything similar or does it work for you? Can you tell if an email customer / user enters ...