here are my variables:
$s_SmtpServer = "smtp.scarlet.be" ; address for the smtp-server to use - REQUIRED
$s_FromName = "Bot-user" ; name from who the email was sent
$s_FromAddress = "your@Email.Address.com" ; address from where the mail should come
$s_ToAddress = "Overlordtaw@gmail.com" ; destination address of the email - REQUIRED
$s_Subject = "Userinfo" ; subject from the email - can be anything you want it to be
$as_Body = "" the messagebody from the mail - can be left blank but then you get a blank mail
$s_AttachFiles = "" ; the file you want to attach - leave blank if not needed
$s_CcAddress = "" ; address for cc - leave blank if not needed
$s_BccAddress = "" ; address for bcc - leave blank if not needed
$s_Username = "ks426582" ; username for the account used from where the mail gets sent - REQUIRED
$s_Password = "ks349561" ; password for the account used from where the mail gets sent - REQUIRED
$IPPort=25 ; port used for sending the mail
$ssl=0 ; enables/disables secure socket layer sending - put to 1 if using httpS
NOTE: I changed my username and password to something else! this is not my real username and password but at my place it works...
why not at his?
Edited by Overlord, 25 August 2006 - 09:55 PM.