Override IP Address

@Wasim - Yes that is possible, when you send the subscriber data to mailwizz make sure you include the following info:
PHP:
...
"EMAIL" => "a@a.com",
"details" => ['ip_address' => '123.123.123.123']
...
 
Back
Top