OHLFantasyHockey
New Member
- Messages
- 1
- Reaction score
- 0
- Points
- 0
Ugh... trying to setup PHPMail and receive the following errors:
220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "250-vox.x10hosting.com Hello localhost.localdomain [127.0.0.1] "
I see a thousand similar questions on Google, but none of the solutions seem to help... the code is below: please let me know where I've gone wrong...
Thanks in advance.
public $Priority = 3
public $CharSet = 'iso-8859-1
public $Encoding = '8bit'
$ErrorInfo = '
public $From = 'webmaster+ohlfantasyhockey.com';
public $FromName = 'webmaster+ohlfantasyhockey.com';
public $Sender = ''
public $ReturnPath = ''
public $Subject = ''
public $Body = '';
public $AltBody = '';
$MIMEBody = '';
$MIMEHeader = '';
$mailHeader = '';
public $WordWrap = 0;
$Mailer = 'mail';
public $Sendmail = '/usr/sbin/sendmail';
public $UseSendmailOptions = true;
public $PluginDir = ''
public $ConfirmReadingTo = ''
public $Hostname = 'localhost';
public $MessageID = '';
public $MessageDate = '';
public $Host = 'localhost';
public $Port = 25;
public $Helo = ''
public $SMTPSecure = '';
public $SMTPAuth = true;
public $Username ='webmaster+ohlfantasyhockey.com'
public $Password ='*****';
public $AuthType = 'ntlm';
public $Realm = ''
$Workstation = ''
public $Timeout = 10;
public $SMTPDebug = true; / public $Debugoutput = "echo";
220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail.
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "250-vox.x10hosting.com Hello localhost.localdomain [127.0.0.1] "
I see a thousand similar questions on Google, but none of the solutions seem to help... the code is below: please let me know where I've gone wrong...
Thanks in advance.
public $Priority = 3
public $CharSet = 'iso-8859-1
public $Encoding = '8bit'
$ErrorInfo = '
public $From = 'webmaster+ohlfantasyhockey.com';
public $FromName = 'webmaster+ohlfantasyhockey.com';
public $Sender = ''
public $ReturnPath = ''
public $Subject = ''
public $Body = '';
public $AltBody = '';
$MIMEBody = '';
$MIMEHeader = '';
$mailHeader = '';
public $WordWrap = 0;
$Mailer = 'mail';
public $Sendmail = '/usr/sbin/sendmail';
public $UseSendmailOptions = true;
public $PluginDir = ''
public $ConfirmReadingTo = ''
public $Hostname = 'localhost';
public $MessageID = '';
public $MessageDate = '';
public $Host = 'localhost';
public $Port = 25;
public $Helo = ''
public $SMTPSecure = '';
public $SMTPAuth = true;
public $Username ='webmaster+ohlfantasyhockey.com'
public $Password ='*****';
public $AuthType = 'ntlm';
public $Realm = ''
$Workstation = ''
public $Timeout = 10;
public $SMTPDebug = true; / public $Debugoutput = "echo";