Need help to send :/
-
Hi there.
Can you please tell me what i do wrong here?
$key = apply_filters(‘openpgp_key’, get_option(‘my_plugin_pgp_public_key’));
$encryption_key = apply_filters(‘openpgp_key’, $key);
$encrypted_post = apply_filters(‘openpgp_encrypt’, $body, $encryption_key);
$headers = ‘Fra: ‘.$name.’ <‘.$emailTo.’>’ . “\r\n” . ‘Reply-To: ‘ . $email;
wp_mail($emailTo, $subject, $encrypted_post, $headers);I can echo it out and see the encryptet, but it don’t send and the page goes all white.
Regards Dan
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
The topic ‘Need help to send :/’ is closed to new replies.