05/28/2007 Kris Deugau <kdeugau@webhart.net>
With the introduction of SMTP AUTH and TLS on smtp.vianet.ca, I thought it would be a good
idea to provide the same services for domains still on the WebHart hosting server. Use your domain email address
and email password. Give me a call if you're not sure what to look for.
01/13/2003 Kris Deugau <kdeugau@webhart.net>
Nothing really new, but I've recently had a call from someone trying to access the domain
tools for their site. I had forgotten that I had set it up to require 128-bit encryption.
09/19/2002 Kris Deugau <kdeugau@webhart.net>
The domain tools have been updated; they're New and
Improved to match the new email setup. (And hopefully still working.)
08/02/2002 Kris Deugau <kdeugau@webhart.net>
I've finally found a few moments to get the replacement for the PHP
mail() function working. Add
include("corefunc.php"); to your page, and use the
smtpmail() function. I've added a
page to document the functions
supplied in corefunc.php; the header for smtpmail is as
follows:
function smtpmail($message, $sender, $sender_fullname, $subject,
$recipient,
$recip_fullname="", $extraheaders="")
Note that the last two arguments are optional.
06/15/2002 Kris Deugau <kdeugau@webhart.net>
I've added some "standard" PHP functions to a commonly-accessible include file. Add
include("corefunc.php"); to any script here to use these
functions. Currently there's a counter function and a "last modified" function (the first to
match the textcounter.cgi script; the second to match the SSI request #flastmod). I'm
planning on adding an SMTP-mail function to replace the disabled mail() function; that may
take a while due to other projects.
03/29/2004 Kris Deugau <kdeugau@webhart.net>
The provided smtpmail() function has been updated to return
values at various points depending on where an error has been encountered. The return is a
two-element array accessible like so:
list ($retval, $retmsg) = smtpmail($message, $sender,
$sender_fullname, $subject,$recipient)
See the documentation for details on the return codes.
11/01/2002 Kris Deugau <kdeugau@webhart.net>
Due to a recent string of apparent DoS attacks on our FTP access, and the method by which
we're providing the FTP services, we've been seeing a few problems with POP3 email service.
We've implemented a few changes to help try to reduce the impact of these attacks; let us
know if you have trouble with anything.
08/26/2002 Kris Deugau <kdeugau@webhart.net>
Updated PHP to version 4.1.2.
07/31/2002 Kris Deugau <kdeugau@webhart.net>
I've updated this page to reflect some recent changes; you can now use almost any
address within your domain. There are still a few restrictions; see the email section
below.