Is it possible to run MS Exchange for Internet email without having a domain name? Can you send email using the IP address instead? <p>Stanley<br><a href=mailto:webmaster@glass-images.com>webmaster@glass-images.com</a><br><a href=http://www.glass-images.com>Glass Images</a><br>
This is what I came up with when trying to make a url into a link when I read an email.<br>
<br>
foreach $mail (@mailbody) # Now print each line<br>
{ <br>
<br>
$mail =~ s{<br>
(<br>
(?:ftp ¦ https?)<br>
:// <br>
\S+<br>
)<br>
}{<br>
my $url = $1;<br>
my...
Does anyone know of a decent FREE proxy server program that I can get. I am still learning and don't want to go out and spend $700 to get one that will only be used for experimentation. I would however like to find one that supports all the way up to Socks5 so that I may run ICQ through it. My...
You were on the right track with the MIME part but in the whole package of the MIME-tools there is a decoder. Try working with that. You can use the URL below to find it at CPAN. I havn't actually used this yet as I am still working on the POP3 part or at least working with folders anyway. Hope...
Can anyone tell me why the code below is giving me this error?<br>
<br>
Could not complete the operation. One or more parameter values are not valid.<br>
<br>
The code below is used behind a form used in MS Outlook. The form is filled in by a user and then sent on to the proper personel one by...
Jerry,<br>
Here is a bit of code you can look at or even use that I place in just about all of my scripts. This will give you a neat output page for your errors and even some extra info that might make errors easier to track. You can call this sub like so:<br>
<br>
open(FILE...
Can anyone tell me why the code below is giving me this error?<br>
<br>
Could not complete the operation. One or more parameter values are not valid.<br>
<br>
The code below is used behind a form used in MS Outlook. The form is filled in by a user and then sent on to the proper personel one by...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.