twisted1919
Administrator
Staff member@VVT - DAMN! -
Open the file i gave you and at line 169 you have:
After it add
So it becomes:
Save the file, this should fix it.
Open the file i gave you and at line 169 you have:
Code:
// since 1.3.6.1
public $canConfirmDelivery = false;
Code:
// add this
public $force_sender = true;
Code:
// since 1.3.6.1
public $canConfirmDelivery = false;
// add this
public $force_sender = true;