Skip to content

Commit

Permalink
How to send PHP multipart mime message with DKIM
Browse files Browse the repository at this point in the history
How to send PHP multipart mime message with DKIM
  • Loading branch information
breakermind authored Sep 26, 2017
1 parent 5267b1b commit 0ca83cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@


// YOUR E-MAIL
$sender = 'info@qflash.pl';
$to = 'fxstareu@gmail.com';
$sender = 'info@domain.pl';
$to = 'dddd@gmail.com';
$subject = 'My subject';

$headers =
Expand Down

0 comments on commit 0ca83cf

Please sign in to comment.