ASP邮件 [英] ASP Mail

查看:70
本文介绍了ASP邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我制作了一个表单,我向访问者发送了一个链接到我的页面

但是当访问者在邮件中获得该链接时,它会向他发送

给页面只是说无效的语法

或类似出站的东西.......

我不是想要垃圾邮件

这是代码输入到体变量


text ="< table width =''310''border =''0''> "& _

"< tr>< td class =''all''>< p align =''center''> Something< br>"& _

" something< br>"& _

" Something< br>"& _

" < strongAnd something< br>"& _

" < / strong> Something!< br>"& _

" < a href =''http // www.something.com''> www.something.com< / a>< / p>

< / td>< / tr> ; < / table>"

我查看了有效的代码,以及为什么这个工作的原因相同

I made a form in which I send the visitor a link to my page
but when the visitor gets that link in the mail it dosent send him
to the page just says invalid syntax
or something like outbound.......
I''m not trying to spam
this is the code iput into body variable

text= "<table width=''310'' border=''0''> "&_
"<tr><td class=''all''><p align=''center''> Something <br>"&_
"something<br>"&_
" Something<br>"&_
" <strongAnd something <br>"&_
" </strong>Something!<br>"&_
" <a href=''http//www.something.com''>www.something.com</a></p>
</td></tr> </table>"
I looked at code that works and its the same why dosent this work

推荐答案

您能告诉我们实际的错误是什么以及何时发生此错误?

错误出现在电子邮件中?在网页中?在其他地方?


雷在工作


" polilop" < FM ****** @ inet.hr>在消息中写道

news:d5 ********** @ magcargo.vodatel.hr ...
Can you tell us what the actual error is and when this error occurs? The
error appears in the e-mail? In a Web page? Somewhere else?

Ray at work

"polilop" <fm******@inet.hr> wrote in message
news:d5**********@magcargo.vodatel.hr...
我做了一个表格,我发送了访问者链接到我的页面
但是当访问者在邮件中获得该链接时,它会向他发送
到该页面只是说无效的语法
或类似的出站.......
我不是在尝试垃圾邮件
这是代码输入到body变量

text ="< table width =''310''border ='' 0 '' > "& _
"< tr>< td class =''all''>< p align =''center''>某事< br>"& _
"某事< br>"& _
"某事< br>"& _
" < strongAnd something< br>"& _
" < / strong>东西!< br>"& _
" < a href =''http // www.something.com''> www.something.com< / a>< / p>
< / td>< / tr> < / table>"
我查看了有效的代码,以及与此相关的代码
I made a form in which I send the visitor a link to my page
but when the visitor gets that link in the mail it dosent send him
to the page just says invalid syntax
or something like outbound.......
I''m not trying to spam
this is the code iput into body variable

text= "<table width=''310'' border=''0''> "&_
"<tr><td class=''all''><p align=''center''> Something <br>"&_
"something<br>"&_
" Something<br>"&_
" <strongAnd something <br>"&_
" </strong>Something!<br>"&_
" <a href=''http//www.something.com''>www.something.com</a></p>
</td></tr> </table>"
I looked at code that works and its the same why dosent this work



当邮件到达收件人,当你点击链接时

outlook要求您提供可执行程序

当我在URL中显示它时,它会写入此地址


outbind://15-0000000026322AE5531BF6438B074869664FD701C40C2300/http/www.something.com

并且在outlook express中它只是打开一个没有URL的空IE。


" Ray Costanzo [MVP]" <我的第34号商业广告的名字>写在

消息新闻:Oa ************** @ TK2MSFTNGP10.phx.gbl ...
When the mail arrives to the recipient and when you click on the link
outlook asks you for the executable program
when i show it to the IE in the URL it writes this adress

outbind://15-0000000026322AE5531BF6438B074869664FD701C40C2300/http/www.something.com
and in outlook express it just opens an empty IE with nothing in the url.

"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:Oa**************@TK2MSFTNGP10.phx.gbl...
你能告诉我们什么吗?实际错误是什么时候发生这个错误?
错误出现在电子邮件中?在网页中?雷在工作中

< FM ****** @ inet.hr>在消息中写道
新闻:d5 ********** @ magcargo.vodatel.hr ...
Can you tell us what the actual error is and when this error occurs? The
error appears in the e-mail? In a Web page? Somewhere else?

Ray at work

"polilop" <fm******@inet.hr> wrote in message
news:d5**********@magcargo.vodatel.hr...
我做了一个表格,我在其中向访客发送链接我的页面
但是当访问者在邮件中获得该链接时,它会向网页发送
,只是说出了无效的语法
或类似出站的内容.......
我不是想要垃圾邮件
这是代码输入到体变量中

text ="< table width =''310''border =''0''> ; "& _
"< tr>< td class =''all''>< p align =''center''>某事< br>"& _
"某事< br>"& _
"某事< br>"& _
" < strongAnd something< br>"& _
" < / strong>东西!< br>"& _
" < a href =''http // www.something.com''> www.something.com< / a>< / p>
< / td>< / tr> < / table>"
我查看了有效的代码及其相同的原因
I made a form in which I send the visitor a link to my page
but when the visitor gets that link in the mail it dosent send him
to the page just says invalid syntax
or something like outbound.......
I''m not trying to spam
this is the code iput into body variable

text= "<table width=''310'' border=''0''> "&_
"<tr><td class=''all''><p align=''center''> Something <br>"&_
"something<br>"&_
" Something<br>"&_
" <strongAnd something <br>"&_
" </strong>Something!<br>"&_
" <a href=''http//www.something.com''>www.something.com</a></p>
</td></tr> </table>"
I looked at code that works and its the same why dosent this work




请显示您用于生成和发送电子邮件的代码。


Ray at work

" polilop" < FM ****** @ inet.hr>在消息中写道

news:d5 ********** @ magcargo.vodatel.hr ...
Please show the code that you''re using to generate and send the e-mail.

Ray at work
"polilop" <fm******@inet.hr> wrote in message
news:d5**********@magcargo.vodatel.hr...
当邮件到达收件人时你点击链接
outlook要求你提供可执行程序
当我在URL中显示它时,它写了这个地址


outbind:// 15-0000000026322AE5531BF6438B074869664FD701C40C2300 / http / www.somet

hing.com和Outlook Express它只会在网址中打开一个没有任何内容的空IE。

Ray Costanzo [MVP] ]" <我的第34号商业广告的名字>在消息新闻中写道:Oa ************** @ TK2MSFTNGP10.phx.gbl ...
When the mail arrives to the recipient and when you click on the link
outlook asks you for the executable program
when i show it to the IE in the URL it writes this adress

outbind://15-0000000026322AE5531BF6438B074869664FD701C40C2300/http/www.somet
hing.com and in outlook express it just opens an empty IE with nothing in the url.

"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:Oa**************@TK2MSFTNGP10.phx.gbl...
你能告诉我们实际的错误是什么吗?当这个错误发生时?
错误出现在电子邮件中?在网页中?雷在工作中

< FM ****** @ inet.hr>在消息中写道
新闻:d5 ********** @ magcargo.vodatel.hr ...
Can you tell us what the actual error is and when this error occurs? The error appears in the e-mail? In a Web page? Somewhere else?

Ray at work

"polilop" <fm******@inet.hr> wrote in message
news:d5**********@magcargo.vodatel.hr...
我做了一个表格,我在其中向访客发送链接我的页面
但是当访问者在邮件中获得该链接时,它会向网页发送
,只是说出了无效的语法
或类似出站的内容.......
我不是想要垃圾邮件
这是代码输入到体变量中

text ="< table width =''310''border =''0''> ; "& _
"< tr>< td class =''all''>< p align =''center''>某事< br>"& _
"某事< br>"& _
"某事< br>"& _
" < strongAnd something< br>"& _
" < / strong>东西!< br>"& _
" < a href =''http // www.something.com''> www.something.com< / a>< / p>
< / td>< / tr> < / table>"
我查看了有效的代码及其相同的原因
I made a form in which I send the visitor a link to my page
but when the visitor gets that link in the mail it dosent send him
to the page just says invalid syntax
or something like outbound.......
I''m not trying to spam
this is the code iput into body variable

text= "<table width=''310'' border=''0''> "&_
"<tr><td class=''all''><p align=''center''> Something <br>"&_
"something<br>"&_
" Something<br>"&_
" <strongAnd something <br>"&_
" </strong>Something!<br>"&_
" <a href=''http//www.something.com''>www.something.com</a></p>
</td></tr> </table>"
I looked at code that works and its the same why dosent this work





这篇关于ASP邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆