kennedymr2
Programmer
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
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