We're using version 2.10e.
Thanks.
Search found 3 matches
- Wed Jul 07 2004
- Forum: Visual Basic Community
- Topic: Email Text Translated to Ascii Hex Equivalent
- Replies: 3
- Views: 8447
- Mon Jul 05 2004
- Forum: Visual Basic Community
- Topic: Email Text Translated to Ascii Hex Equivalent
- Replies: 3
- Views: 8447
Email Text Translated to Ascii Hex Equivalent
:? This is a strange one. When I send an email with "=DA" in the message body AND have a file attachment, the email recipient will see "Ú" in place of the "=DA". Now "DA" is hexidecimal for 0218 decimal, which translates to ASCII character "Ú" on m...
- Mon Aug 04 2003
- Forum: Visual Basic Community
- Topic: SendSMTPMail - How to specify from alias and reply-to addres
- Replies: 1
- Views: 5775
SendSMTPMail - How to specify from alias and reply-to addres
I'm using the SendSMTPMail method inside VB to send emails from my application. Is there a way to specify a friendly "From:" alias name (or display name) instead of having it be just the email address? I'd like the mail recipient to see my name in their email client, not just my email addr...