Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 21, 2012 08:44 PM by h.zahed@live.com
Member
586 Points
757 Posts
Nov 18, 2012 06:58 PM|LINK
how to add a logo inside the email when sending to users who have subscribed?
Contributor
3171 Points
514 Posts
Nov 18, 2012 09:45 PM|LINK
Hi,
You need to embed and image to the content of your email:
Help: http://www.codeproject.com/Articles/16730/Embed-image-in-Email-ASP-NET-C
Same Thread: http://forums.asp.net/p/1435373/3233700.aspx
Nov 18, 2012 09:46 PM|LINK
I find this article http://www.codeproject.com/Articles/17898/Sending-email-with-an-embedded-image-through-ASP-N
but i have error on resource = New LinkedResource((Server.MapPath("Images\007jvr.gif")))
Please help me cannot user server.mappath ?? why?
All-Star
95493 Points
14106 Posts
Nov 19, 2012 07:05 AM|LINK
use LinkedResource - http://www.intstrings.com/ramivemula/c/how-to-send-an-email-using-c-net-with-complete-features/
thanks,
Nov 19, 2012 01:32 PM|LINK
h.zahed@live.com You need to embed and image to the content of your email:
I tried your link but I have error on this line Dim path As String = Server.MapPath("images/Logo.jpg")
Nov 21, 2012 08:44 PM|LINK
Hi again,
Take a look at this:
http://stackoverflow.com/questions/275781/server-mappath-server-mappath-server-mappath-server-mappath
Of course the examples are in C# and you must consider their equal codes in VB
Wildoo
Member
586 Points
757 Posts
how to add photo in email
Nov 18, 2012 06:58 PM|LINK
how to add a logo inside the email when sending to users who have subscribed?
h.zahed@live...
Contributor
3171 Points
514 Posts
Re: how to add photo in email
Nov 18, 2012 09:45 PM|LINK
Hi,
You need to embed and image to the content of your email:
Help: http://www.codeproject.com/Articles/16730/Embed-image-in-Email-ASP-NET-C
Same Thread: http://forums.asp.net/p/1435373/3233700.aspx
MCP-MCTS-MCPD
Mark the post as Answer, if it helped you in solving your question.
Wildoo
Member
586 Points
757 Posts
Re: how to add photo in email
Nov 18, 2012 09:46 PM|LINK
I find this article http://www.codeproject.com/Articles/17898/Sending-email-with-an-embedded-image-through-ASP-N
but i have error on resource = New LinkedResource((Server.MapPath("Images\007jvr.gif")))
Please help me cannot user server.mappath ?? why?
ramiramilu
All-Star
95493 Points
14106 Posts
Re: how to add photo in email
Nov 19, 2012 07:05 AM|LINK
use LinkedResource - http://www.intstrings.com/ramivemula/c/how-to-send-an-email-using-c-net-with-complete-features/
thanks,
JumpStart
Wildoo
Member
586 Points
757 Posts
Re: how to add photo in email
Nov 19, 2012 01:32 PM|LINK
I tried your link but I have error on this line Dim path As String = Server.MapPath("images/Logo.jpg")
h.zahed@live...
Contributor
3171 Points
514 Posts
Re: how to add photo in email
Nov 21, 2012 08:44 PM|LINK
Hi again,
Take a look at this:
http://stackoverflow.com/questions/275781/server-mappath-server-mappath-server-mappath-server-mappath
Of course the examples are in C# and you must consider their equal codes in VB
MCP-MCTS-MCPD
Mark the post as Answer, if it helped you in solving your question.