Click here to Skip to main content
15,895,656 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a mailer image i want to use this image for registration process. If any user register himself then user get my newsletter into his/her mail id. But in this newsletter should be mention their name, contact number, mail id, etc.
please suggest me. Thank you

Updated:

Plz run this HTML code first. I have following html code looking like image, in this white area I need different content at every guest login. Suppose user register himself. Then I will say him thankyou "+his name", and his login details etc. Problem is that how i will write this message in white area.

HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<div style="text-align: center; background-color: rgb(255, 237, 127); width: 600px; margin: 0px auto; padding:30px 0 50px;">
<div><img src="logo.png" /></div>
<div style="height: 400px; background-color: rgb(255, 255, 255); padding: 0px 7px; margin: 0px 30px; outline: 1px solid rgb(0, 0, 0); border-top: 8px solid rgb(244, 120, 32); border-bottom: 8px solid rgb(244, 120, 32);">
<p>Helo</p>
</div>
</div>

</body>
</html>
Posted
Updated 28-Jan-16 22:08pm
v2
Comments
dan!sh 29-Jan-16 2:41am    
How are you building this email in your code? You will need to populate this data there based on email to which it is sent to.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900