Client Portal
-Collapse +Expand
ASP Classic
Search ASP Classic Group:

Advanced
ASP Classic Store

Prestwood eMagazine

June Edition
Subscribe now! It's Free!
Enter your email:

   ► MB LobbyASP Classic Coding Board   Print This     

ASP Classic and Third Party Controls Topic Most Read Threads

Using ActiveX, ISAPI, and other software with ASP
 Show:
New Activity New Threads Oldest Unanswered Most Active Most Read
  


6 Threads:

Add New ThreadRandom Thread

Thread 6 of 6
Thread Starter  

donna lee
ASP Mail
How can an html format be integrated into the following code:, , strMsgHeader = "Form information follows" & vbCrLf, for each qryItem in Request.QueryString, strMsgInfo = strMsgInfo & qryItem & " - " & request.querystring(qryItem) & vbCrLf, next, strMsgFooter = vbCrLf & "End of form information", Mailer.BodyText = strMsgHeader & strMsgInfo & strMsgFooter
23 years ago
29 replies. Last post:

donnalee
{Too Long!}
23 years ago
Nothing New Since Your Last Visit
5448
Hits

Thread 5 of 6
Thread Starter  

cheddar
Best way to add controls at runtime.
Can anybody describe the best way to add controls to a web page using asp.net at runtime? I have seen methods that use placeholders and some that do not. I am planning on adding an unknown number of different controls at runtime. on PostBack I will need to be able to validate the entries in those fields and further process the data. , , Thanks
23 years ago
Nothing New Since Your Last Visit
4699
Hits

Thread 4 of 6
Thread Starter  

tmannino
ASPMail AddCC function
I am trying to use the ASPMail AddCC function and am unable to. I currently have AddRecipient and AddBCC, which are both working fine. When I added the AddCC the mail will not send now. Here is a cut from my code:, , if (emailrecp <>"") then, Mailer.AddRecipient emailrecp, emailrecp, if ccfunction <>"" then, Mailer.AddCC ccfunction, ccfunction, end if , if emailbcc <>"" then, Mailer.AddBCC sendername, emailbcc, end if , Mailer.RemoteHost = Application("SMTPMailHost"), Mailer.BodyText = Msg, Mailer.Subject = Sbj, Mailer.SendMail, End If, , The variables are passing the correct values but the email is not being sent. If I removed the AddCC function I added then it works fine, except without the CC address. Do I need a specific version of ASPMail on the server to make this work?
23 years ago
Nothing New Since Your Last Visit
4629
Hits

Thread 3 of 6
Thread Starter  

Mallika
ASPMail and Exchange Server 2000
I have a question on ASPMail. I want to know if it can coexist with Exchange Server 2000. Currently I use Cdonts for Emails being sent out from our web site but Cdonts do not coexist with Exchange server 2000. Cdont Coexist only with the upgraded version of Exchange 2000 from Exchange 5.5, Now we are installing Exchange 2000 on our server without the upgrade and want to use ASPMail. So i want to know if it can peacefully coexist with Exchange 2000 Server?, , Thanks,, Mallika
22 years ago
Nothing New Since Your Last Visit
4221
Hits

Thread 2 of 6
Thread Starter  

pihl
aspmail
Hi all., , I have a problem using ASPmail. I atemp to send some html where there is include a picture. The problem is that the picture is not there, when I open the e-mail., , Any help to get?
23 years ago
1 Reply:

jdschram
make sure it is not a relative link to the image , , , < !-- instead make it like this -->, , This should send the image ok
23 years ago
Nothing New Since Your Last Visit
3246
Hits

Thread 1 of 6
Thread Starter  

Amiya
ASPMail component ***Urgent Help****
Hi,, , I have created an asp form which will e-mail data. i am using ASPmail component. the code is right, except remotehost field. i have written, remotehost ="pop3.xyz.com" , the mailer.Send shows that ur mail has been sent, but there is no mail in my inbox., the ISP told that there is a userid and password to send mail.Can u tell me where to insert that?, , he says that his pop3 and smtp address are same., , can u help me, the client is waiting for response.
22 years ago
Nothing New Since Your Last Visit
3007
Hits

New Thread
Sales Website: www.prestwood.com


©1995-2025 Prestwood IT Solutions.   [Security & Privacy]