Ciao
Yes, our host is still on PHP 4.2.2 (and MySQL 4.1.11 if its of any importance).
The code from phpmailer/class.phpmailer.php – lines 39 to 51:
/////////////////////////////////////////////////
/**
* Email priority (1 = High, 3 = Normal, 5 = low).
* @var int
*/
public $Priority = 3;
/**
* Sets the CharSet of the message.
* @var string
*/
public $CharSet = 'iso-8859-1';
Believe I have to change host (tried to make them upgrade a couple of times) or just go back to cforms v 9.1 ? (The last is done – things must work :o)
(By the way – the server software requirements, are they listed anywhere? I can't see it in the ReadMe – or…?)
Thanks a lot
Kjetil