Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

syntax for mailto with subject and message

mailto php oscommerce

  • You cannot reply to this topic
No replies to this topic

#1 PatrickMcDonough_287193

  • Community Member
  • 1 posts

Posted 03 January 2012, 21:32

<td class="main"><?php echo '<a href="mailto:' .$order->customer['email_address'] .'?subject='.$subject . '?body='.$message. '">' . '</a>'; ?> <?php //echo $HTTP_GET_VARS['oID'] . $order->customer['id']; ?> </td>

I'm trying to get the code above to mail with body copy and subject. can someone help me with the syntax?