Email from Access in HTML

S

Simon

I have a form that contains customer details and email address, i
would like a button that will send the customer an HTML email with
will display a URL in the text so customer can click on it as well as
add a PDF

Can any one tell me some basic code to send HTML Emails from Access
 
M

Mark Andrews

You might want to consider using a third party SMTP component to send HTML
emails.

There are lots out there, just do a google search for "smtp component"

I was going to try out this one (basically because it seems cheaper than the
others):
http://www.ostrosoft.com/smtp_component.asp

For making pdf (not sure if you needed to make the pdf "on the fly" from an
Access report or just a simple attachment:
http://www.lebans.com/ (for a routine to make pdf files)
http://www.win2pdf.com (one of the best pdf printer drivers, been using it
for years), you can control it from the registry

All of these sites should have sample code.

HTH,
Mark
RPT Software
http://www.rptsoftware.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top