Send Message from Access

  • Thread starter Thread starter Dee
  • Start date Start date
D

Dee

I have a code written which allows me to send a report from a button to
specified users. I need to put in a signature of the sender with his/her
email address in the message part of the code. As its all in quotes the email
address will appear but not hyperlinked.
Any help will be deeply appreciated
 
I assume you are using Outlook as your email client.

Are you using the SendObject method, or are you using automation to create
an Outlook email?

Why would you need to put a hyperlink of their email address in the message
text, when all the recipient would need to do is click on the Reply button in
their mail program?

Dale
 
Thanks Dale

I actually solved it - I was using the SendObject mehtod and needed to quote
a standard group email address in the signature of the email sent out.
Just realised that had to type "mailto" in front of the address and when the
message is sent, the sender can use this as a hyperlink to mail back to a
team rather than just the sender of the email.
 

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

Back
Top