Email from Access in HTML

  • Thread starter Thread starter Simon
  • Start date Start date
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
 
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
 
Back
Top