Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sendmail - Background Template with Logo's

Status
Not open for further replies.

kennedymr2

Programmer
May 23, 2001
594
AU
I need to have sendmail to use a template email body (message) area., or use a background watermark.

I realize that outlook will do this, but, would rather use sendmail.dll

What i am trying to do is.
Include two small .gif's (logos) at the top of all emails being sent from the sendmail.dll
I am using vb6

With poSendMail
.Subject = txtSubject.Text
.Message = txtMsg.Text
.Attachment = Trim(txtAttach.Text)
.AsHTML = bHtml
etc..........

--------
Have tried every setting, but allways get the email ok, but, no images.
If i include images as a link to my server, it does work ok, but i would like to actually send the images with the email.
Prefer not to send the email as an html attachment.

Would appreciate any help, as i have spent a lot of time trying to get this to work!!!

regards kennedymr2
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top