Send Message from Access

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
 
D

Dale Fye

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
 
D

Dee

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.
 
Top