I cannot find out why it is not sending out the validation/modification to MY e-mail address. I am positive I am doing everything right. Anyway, here is the section where things might have screwed up:
-------------------------------------------
# Set only ONE of either $db_mail_path which should go to a
# mail program like sendmail, or $db_smtp_server which will use
# a SMTP server. Do not set both at once!
# PATH of sendmail.
$db_mail_path = '/home/httpd/html/hosted584/cgi-bin/links/admin';
# Email address of the administrator. BE SURE TO SET!
$db_admin_email = 'RidgeRacerR@hotmail.com';
# Notify visitors automatically when their links are validated?
$db_email_add = 1;
# Notify visitors automatically when their links are modified?
$db_email_modify = 1;
# Log all outgoing messages? Put the full path to a logfile and make sure it
# exists and is writeable (chmod 666 -rw-rw-rw-). This logfile can get pretty
# big!
$db_mailer_log = '/home/httpd/html/hosted584/cgi-bin/links/admin';
------------------------------------------
-------------------------------------------
# Set only ONE of either $db_mail_path which should go to a
# mail program like sendmail, or $db_smtp_server which will use
# a SMTP server. Do not set both at once!
# PATH of sendmail.
$db_mail_path = '/home/httpd/html/hosted584/cgi-bin/links/admin';
# Email address of the administrator. BE SURE TO SET!
$db_admin_email = 'RidgeRacerR@hotmail.com';
# Notify visitors automatically when their links are validated?
$db_email_add = 1;
# Notify visitors automatically when their links are modified?
$db_email_modify = 1;
# Log all outgoing messages? Put the full path to a logfile and make sure it
# exists and is writeable (chmod 666 -rw-rw-rw-). This logfile can get pretty
# big!
$db_mailer_log = '/home/httpd/html/hosted584/cgi-bin/links/admin';
------------------------------------------

