Pls help
I want send one image and some text inside the image as mail. Pls how
can i do it in asp.
thanks in advance
Re: Email
am 19.06.2007 15:39:37 von davidgordonOn 19 Jun, 13:57, Ahmd
> Pls help
> I want send one image and some text inside the image as mail. Pls how
> can i do it in asp.
>
> thanks in advance
------------------------------------------------------------ --------------------------------------------------
Do you have an email component installed ? Are you hosting on your own
personal server or are your pages hosted for you remotely ?
if your own server, Visit http://www.aspemail.com/ and install
aspemail .......... it works a treat,
otherwise, see what components your hosting company has installed ?
------------------------------------------------------------ --------------------------------------------------
Re: Email
am 19.06.2007 17:28:39 von AhmdOn Jun 19, 5:39 pm, David
> On 19 Jun, 13:57, Ahmd
>
> > Pls help
> > I want send one image and some text inside the image as mail. Pls how
> > can i do it in asp.
>
> > thanks in advance
>
> ------------------------------------------------------------ -------------=
--=AD-----------------------------------
>
> Do you have an email component installed ? Are you hosting on your own
> personal server or are your pages hosted for you remotely ?
>
> if your own server, Visithttp://www.aspemail.com/and install
> aspemail .......... it works a treat,
> otherwise, see what components your hosting company has installed ?
>
> ------------------------------------------------------------ -------------=
--=AD-----------------------------------
Thanks for the reply
my email works fine.. but i want to send image with text. i mean
background image and text on it.
Re: Email
am 19.06.2007 17:53:34 von davidgordonOn 19 Jun, 16:28, Ahmd
> On Jun 19, 5:39 pm, David
>
>
>
> > On 19 Jun, 13:57, Ahmd
>
> > > Pls help
> > > I want send one image and some text inside the image as mail. Pls how
> > > can i do it in asp.
>
> > > thanks in advance
>
> > ------------------------------------------------------------ -----------=
----=AD-----------------------------------
>
> > Do you have an email component installed ? Are you hosting on your own
> > personal server or are your pages hosted for you remotely ?
>
> > if your own server, Visithttp://www.aspemail.com/andinstall
> > aspemail .......... it works a treat,
> > otherwise, see what components your hosting company has installed ?
>
> > ------------------------------------------------------------ -----------=
----=AD-----------------------------------
>
> Thanks for the reply
> my email works fine.. but i want to send image with text. i mean
> background image and text on it.
------------------------------------------------------------ ---------------=
-----------------------------------------------
ok, firstly, depending on the email component, you will need to check
your settings for:
BodyFormat, MailFormat & HTML/PLAIN text settings
eg using CDONTS:-
myCDONTSMail.BodyFormat=3D0
myCDONTSMail.MailFormat=3D0
myCDONTSMail.Body=3DHTML
For the image, an example:-
eg., body =3D body & "
images/" & RS_mailer("image") & ">
"
------------------------------------------------------------ ---------------=
--------------------------------------------
Re: Email
am 20.06.2007 06:34:29 von AhmdOn Jun 19, 7:53 pm, David
> On 19 Jun, 16:28, Ahmd
>
>
>
>
>
> > On Jun 19, 5:39 pm, David
>
> > > On 19 Jun, 13:57, Ahmd
>
> > > > Pls help
> > > > I want send one image and some text inside the image as mail. Pls h=
ow
> > > > can i do it in asp.
>
> > > > thanks in advance
>
> > > ------------------------------------------------------------ ---------=
-----------------------------------------
>
> > > Do you have an email component installed ? Are you hosting on your own
> > > personal server or are your pages hosted for you remotely ?
>
> > > if your own server, Visithttp://www.aspemail.com/andinstall
> > > aspemail .......... it works a treat,
> > > otherwise, see what components your hosting company has installed ?
>
> > > ------------------------------------------------------------ ---------=
-----------------------------------------
>
> > Thanks for the reply
> > my email works fine.. but i want to send image with text. i mean
> > background image and text on it.
>
> ------------------------------------------------------------ -------------=
--=AD-----------------------------------------------
>
> ok, firstly, depending on the email component, you will need to check
> your settings for:
> BodyFormat, MailFormat & HTML/PLAIN text settings
>
> eg using CDONTS:-
>
> myCDONTSMail.BodyFormat=3D0
> myCDONTSMail.MailFormat=3D0
> myCDONTSMail.Body=3DHTML
>
> For the image, an example:-
> e.g., body =3D body & "
> images/" & RS_mailer("image") & ">
"
>
> ------------------------------------------------------------ -------------=
--=AD--------------------------------------------- Hide quoted text -
>
> - Show quoted text -
Pls Check this image http://mkahmed77.googlepages.com/MsgFrame.jpg
i want to diplay text inside this image box and send as mail
Thank u in advance