<html>
<body bgcolor="red">
tester <a href="http://www.yahoo.dk">go</a>
</body>
</html>


// re- increase time limit
@set_time_limit(30);
$email_counter++;
$email_headers .= "MIME-Version: 1.0\r\n";
$email_headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$email_headers .= "From: \"".$board_config['sitename']."\" <".$board_config['board_email'].">\r\n";
$email_headers .= ($userdata['user_email']&&$userdata['user_viewemail'])? "Return-Path: \"".$userdata['username']."\" <".$userdata['user_email'].">\r\n":"";
$email_headers .= "Bcc: $bcc_list\r\n";
$emailer->email_address($userdata['user_email']);
$emailer->set_subject($subject);
$emailer->extra_headers($email_headers);
$emailer->assign_vars(array(

// re- increase time limit
@set_time_limit(30);
$email_counter++;
$email_headers .= "MIME-Version: 1.0\r\n";
$email_headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$email_headers .= "From: \"".$board_config['sitename']."\" <".$board_config['board_email'].">\r\n";
$email_headers .= ($userdata['user_email']&&$userdata['user_viewemail'])? "Return-Path: \"".$userdata['username']."\" <".$userdata['user_email'].">\r\n":"";
$email_headers .= "X-AntiAbuse: Board servername - " . $server_name . "\r\n";
$email_headers .= "X-AntiAbuse: User_id - " . $userdata['user_id'] . "\r\n";
$email_headers .= "X-AntiAbuse: Username - " . $userdata['username'] . "\r\n";
$email_headers .= "X-AntiAbuse: User IP - " . decode_ip($user_ip) . "\r\n";
$email_headers .= "Bcc: $bcc_list\r\n";
<html>
<body bgcolor="red">
Hello {USERNAME}
News from {SITENAME}
{MESSAGE}
----------------------------------------------------
You are registered to have this {GROUPNAME} email,
if you do not wish to recive this in the future then
click this link to unsubscribe.
{UNSUBSCRIBE}
This is an email sent to you by a member of {SITENAME}.
If this message is spam, contains abusive or other comments
you find offensive please contact the webmaster of the
board at the following address:
{BOARD_EMAIL}
Include this full email (particularly the headers).
</body>
</html>
Return to Custom mass email [2.0.8/EM]
Users browsing this forum: No registered users and 1 guest