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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pozak

  1. pozak

    adding pictures to email

    Sorry, line 15 should read: &quot;<tr><td>img src=imagename.gif></td>&quot; & _ -Phil
  2. pozak

    adding pictures to email

    This is a generic version of what I use when I send something. It needs to be in HTML format. You can change the txt Items to whatever you need for your purpose. Sub SendIntroMail() Dim msgSample as New MailMessage msgSample.BodyFormat = MailFormat.HTML msgSample.To = txtFirstName.Value...
  3. pozak

    Send As - Using Alias

    Thanks Tomasykes, that works great for my purposes! One star for you!
  4. pozak

    Send As - Using Alias

    That would work if I was trying to send as another user, but I am not. I am trying to send as one of my alias'. For example I have my regular e-mail account of phil@mydomain.com but also receive the e-mail for webmaster@mydomain.com. How do I go about sending e-mail 'as'...
  5. pozak

    Send As - Using Alias

    My company has a primary domain name and several secondary domains. All users have an email account under the primary domain (user@domain1.com) and several users have alias' for the secondary domains (user@domain2.com). I need to find a way for the users who have alias' to be able to 'send...

Part and Inventory Search

Back
Top