Persits Mail Sender

I'm currently in the works of moving an asp website to my home server, and have had to change isp's etc. The idea is that when a customer clicks on a form on an asp page, the form is sent via Persits.Mail Sender to the isp's smtp server.

I've coded it all correctly, and basically it does send the emails via the isp's smtp server, but maybe once every 47 times, via repeatly sending the form. Code:

View Replies


ADVERTISEMENT

Webpage Sender

Where could i get a webpage sender/ tell a friend script to integrate to my site?

View Replies View Related

CDO (W2k) Doesn't Support Sender's Name

CDO (W2k) doesn't support sender's name ? I know this works:

Set objMail = CreateObject("CDO.Message")
objMail.To = Trim(strToEmail)
objMail.Sender = Trim(strFromEmail)
objMail.Subject = "REGISTRATION FINISHED"

But isn't there any support in CDO for the NAME of the Sender ??? Like:

objMail.SenderName = "Mike Jensen"

Because I would not only like to show the emailaddress in the mail I'm sending but also my name .

View Replies View Related

How To Send Name Of Email Sender Using CDONTS.

I'm not new about send email with CDONTS. But one thing I don't
know.. How to send name of email sender with email. As All command
I used to use is as follow.

Dim myMail
Set myMail = CreateObject("CDONTS.NewMail")
myMail.From="tom@hotmail.com"
myMail.To="paul@hotmail.com"
myMail.Subject="Hello :-)"
myMail.BodyFormat=0
myMail.MailFormat=0
myMail.Body=HTML
myMail.Send

when the reciever recieve email. Such as in hotmail box. It will show
tom@hotmail.com as sender. But I want it to show name such as
...Tom Hariton not tom@hotmail.com But I don't know that command
to add in the script.

View Replies View Related

Send Web Form Value To Email Aslo Cc Sender

try to send web form data to one person email (administrator) and also copy the sender, does anybody provide asp prototype?

View Replies View Related

Can I Retrieve Sender Email Address For CDO Message ?

I have an ASP script for users to replying by email to job postings. I set
up the message using CDO as usual:

Set objMessage = CreateObject("CDO.Message")
objMessage.Subject = "Example CDO Message"
objMessage.From = "blah"
objMessage.To = "myemail@comcast.net"
objMessage.TextBody = "blah"
objMessage.Send

I did not realize that objMessage.From needs to be filled in, and that
there is no vlaidation. Suppose that's how spammers work their magic.

Is there a way to determine the user's email account so I can fill in
objMessage.From ? I am thinking No, that a server app can not strip
something off a user's PC memory. Otherwise I will have to set
objMessage.From to a generic term.

View Replies View Related

Error: CDO.Message.1 (0x8004020D), At Least One Of The From Or Sender Fields Is Required

I have tried mail sending in asp but it has the following error

Error Type:
CDO.Message.1 (0x8004020D)
, and neither was found.
/New Folder/candidtech/finalsite/asp/support.asp, line 49

code is given below
------------------------------------------------------------

.....

View Replies View Related

Jmail.SMTPMail Error '8000ffff', 503 Must Have Sender And Recipient First

Can anyone please help me with this. I have same code to send the emails. But once in a while i am getting this error messages. Could you please tell me what might be the possible reasons that makes this occur.

jmail.SMTPMail error '8000ffff'

503 must have sender and recipient first

Here are the program details: ....

View Replies View Related

Persits.MailSender

Still cant resolve what is causing this error

Persits.MailSender.4 (0x800A0019)
Software caused connect abort.
/pro1/sendmail.asp, line 88

line 88 is : obCDOMail.Send

View Replies View Related

Persits.Upload

I just moved a site to a new host and now when I try to upload a picture for a real estate site I get:

D:hshomealcadminarizonarenttoown.comadminPIC_Upload.asp

Persits.Upload.1 error '800a0028'

This feature has been disabled by system administrator. Use File.SaveAsVirtual instead.

/admin/PIC_Upload.asp, line 25

Its something to do with this but I don't know how to correct: http://www.aspupload.com/object_upload.html#SaveVirtual

If I paste part of the code to my script could someone help me out if it is a simple fix? ....

View Replies View Related

CDOSYS Or Persits

The place I'm working for uses persits aspEmail and it seems always has but I've run into issues where I need to use the "premium features" and I won't release an unlicensed copy to a customer and I started wondering why we use persits at all. So far the only answer is "we've always done it that way".
For the scripts I've written I need embedded images and SMTP AUTH and while I haven't implemented it yet, I am wanting to include the queuing ability that persits offers.
CDOSYS is a part of the windows server, correct? That means it is already licensed with the server, right? Does persits aspEmail offer any advantages that would justify spending the cash for a developers license or should I just re-write all of the scripts to use CDOSYS?

View Replies View Related

Looking For ASP Grid From Persits

Looking for the .exe aspgrid to install on IIS. The download link on aspgrid.com does not work . Any other webpages where i can find it ?

View Replies View Related

Persits.MailSender Errors

Hello I am having this error when trying to submit my form.

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

800401f3

Here is the error line:

Set Mail = Server.CreateObject("Persits.MailSender")

I read that this usually means that the .dll for persits needs to be registered on the server. The server is GoDaddy and I obviously cannot just register things on their servers on my own. I requested them to do this for me and they said that persits is part of aspupload and it is already installed and registered on the server. They can give no further assistance than that. The files actually upload to the correct folder but no mail is sent because of this error obviously. Is there something I am missing? Here is the code: .....

View Replies View Related

Persits Aspupload Error

I am having a heck of a time resolving this error:

Microsoft VBScript runtime error '800a01b6'

Object doesn't support this property or method: 'path'

/_admin/inc_manage_create_listing_done.asp, line 12

This script is trying to post a form to a database and pictures to a folder. (line 12 is in red.)

View Replies View Related

Persits Image Upload

I have put together a form where i can browse for an image and then upload this to my web site.

Then i would like to take the location of the new uploaded image and add it to my database.

This is where i am having trouble! i cannot seem to put the location(s) of the images into an array.....

View Replies View Related

Sending Form Via ASP Persits

I'm working on a website project for one of my senior design classes at my university, and I've run into some trouble. Unfortunately, my professor for which I'm doing the project has no real web experience. (Which is extremely aggrevating, since I'm trying to teach myself alot of things over my head)

I've created a form on my site, and I want to receive an email of user's inputs when they hit the submit button.

Code: ....

View Replies View Related

Bulk Upload Of Files Using Persits

how can i upload all the files of a folder which is selected by the user using persits.upload

View Replies View Related

ASPUpload Component From Persits (worth It?)

I'm looking at purchasing Persits ASPUpload component for my work. Now it seems like it does everything I need. I need to be able to upload images, as well as resize the images (which will require another component called ASPJpeg). I want to hear some comments from people who have actually used this component, and what they thought about it.

I also need the ability to upload images to 4 servers. Can't find anything in their FAQ about it, but I got this to work for a script I made so I'm sure I could tweak the code and get the component to do this.

So if you have used this I want to hear all about your experiences, good and bad. If you have suggestions towards another component please tell me about that as well.

View Replies View Related

Persits.Upload.1 And Multiple Checkbox

I have an ASP script which is used to upload files with Persits.Upload.1 object. But I can't get the values from mutliple checkboxes in the form like normally.

<form method="post" ENCTYPE="multipart/form-data"....>
<input type="checkbox" name="language" value="English">English
<input type="checkbox" name="language" value="Spanish">Spanish
<input type="checkbox" name="language" value="Chinese">Chinese ....

View Replies View Related

Persits.Jpeg SaveAs Upload?

I'm putting a website on a different server to what I normally use and I've had to adjust from Persits.Upload to Persits.Jpeg. I'm not sure what I'm doing here? My code works fine on the old server. Code:

View Replies View Related

Persits Mailsender And Aspuploader Replacements

I'm currently working on a clients project, where I'm recoding an already established ecommerce website. It uses code from Persits Mailsender and ASPUploader.

Does anyone know of any free code, or free software that can replace these?

The website is currently coded in asp, on an IIS server running on windows xp.

View Replies View Related

Type Mismatch: 'AddAddress' Using Persits.MailSender

getting an error message.

Error:

Type mismatch: 'AddAddress'

Code:

set adminmail = Server.CreateObject("Persits.MailSender")
adminmail.host ="smtp.snap.net.nz"
adminmail.From = "info@puafo.com"
adminmail.AddAddress rspuafo("Email")
adminmail.Subject = "Requested Password!"
adminmail.Body = "your password is: " & rspuafo("PuafoPassword")
adminmail.IsHTML = true
adminmail.Send
set adminmail = nothing

View Replies View Related

Persits.Upload - Submitting Multiple Checkbox

I am using a form to upload images with Persits.Upload object. Now my problem is I cant use multiple checkboxes in the form.

In general forms I can use Form("checkboxName").Count to get the number of checkboxes selected and use Form("checkboxName")(i) to retrieve the value of each check box.

This doesnt work with Upload.Form

View Replies View Related

Size :: Using Persits File Uload Component

using persits file uload component ..up to what size of image we can upload. there is any limit for image size?

View Replies View Related

Persits.MailSender.4 Error '800a0004', No Buffer Space Available

I m using persits mailsender component for email purpose.. it was working perfectly........but now i m getting following error....

View Replies View Related

Send A Mail With Cdosys And Save A Copy In The Sent Mail Folder: How To?

I need some help: with cdosys i'm able to send e-mail from asp using the local exchange
server. Now I also have to save the sent mail into the user's mailbox for future reference: how to?

I'm using:....

View Replies View Related

Sender's Name In "from" Field Using CDOSYS - Is It Possible??

I've set up a form to email the output to two recipients.

The output is set to display the email address of the sender (this works fine), but I'd like to have the sender's name displayed instead.

Google searches haven't proved particularly fruitful and I've tried a number of things but can't seem to get it to work.

Can anyone tell me if I'm barking up the wrong tree or is this actually possible? If not, what should I do instead?

Code snippets:
emailFrom = FilterCchar(Request.Form("email"))
...
objCDOSYSMail.From = emailFrom

View Replies View Related

Mail Insertion Hack On Send Mail Form

I'm using CDO to send mail to the site owner from ASP pages with forms.
Recently one of my forms is occasionally sending email with what seems
to be an insertion which is replacing the plain text part of the email
with something else. Looking at the server sent email source, the
hacked emails have the following:

View Replies View Related

Sending Mail Using ASP/VBScript To Exchange Mail Box

Here's the scenario. I'm currently using cdosys/asp to send mail to
our SMTP server. We use a product called MailFilter to check for SPAM.
It doesn't work very well. If MailFilter isn't working cdosys also has
problems and emails don't get sent. As these email are confirmations
for customer's bookings this means lots of customers calling to see
where their confirmation emails have gone. The root of the problem is
MailFilter but that here to stay. So I had this thought of sending the
message to a queue of some sort so at least they will get to the
customer eventually rather than being lost for good. So here's the
question:

Can I/How do I send messages to a mailbox on our exchange server using
cdo.message?

View Replies View Related

Invalid Mail Address Gives Error In CDO Mail

I'm using CDO from my vb component to fire email. The problem is
whenever one of the email addresses in to, or cc is wrong then none of
the mails are fired even to the correct addresses. It gives an error
like

The server rejected one or more recipient addresses. The server
response was: 550 Relaying denied for <xfd@wre.com>

My code goes like this. Why is the mail server trying to look for the
validation of email ids??I want that atleast the mail should be fired
to the correct email addresses rather than no email fire. Can i
achieve that.

Dim iMsg As New CDO.Message
Dim iConf As New CDO.Configuration


With iConf
.Fields.Item(cdoSendUsingMethod) = cdoSendUsingPort
.Fields.Item(cdoSMTPConnectionTimeout) = 10 ' quick timeout
.Fields.Item(cdoSMTPAuthenticate) = cdoBasic
.Fields.Item(cdoSendUserName) = "username"
.Fields.Item(cdoSendPassword) = "password"
.Fields.Item(cdoURLProxyServer) = "server:80"
.Fields.Item(cdoURLProxyBypass) = "<local>"
.Fields.Item(cdoURLGetLatestVersion) = True
.Fields.Update
End With

Set iMsg.Configuration = iConf
With iMsg
.To = strToEmail
.From = strFromEmail
.CC = strCCEmail
.BCC = strBCCEmail
.Subject = strMailSubject
If strMailFormat = "TEXT" Then
.TextBody = strMailBody
Else
.HTMLBody = strMailBody
End If
If strAttachment <> "" Then
.AddAttachment strAttachment
End If
If intPriority = 2 Then
.Fields.Item("urn:schemas:mailheader:X-Priority") =
cdoHigh
.Fields.Update
End If

.Send
End With

View Replies View Related

ASP Upload Error - Persits.Upload.1 (0x800A001C)

I keep getting the following error message when attempting to run the below script.

Persits.Upload.1 (0x800A001)
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
line 42.

line 42 is "File.ToDatabase Connect, SQL"

Code:

View Replies View Related

Persits Upload ( ASP Upload ) AND Database Integration

I need some help with aspupload and a database. I have used the same script before and it worked fine, but now it wont upload. Code:

View Replies View Related

Sending E-mail To Different Mail Box!

I would like to know if this can be achieved! On the form I a drop down menu that's called ("Escalation_type") the values are eta, hdtv, and supervisors. I have some ideas but I am not sure if it will work or not. If the use chooses an eta as a value I would like it to be sent a mailbox for exam: no@where.com. If they choose hdtv as value I would like it to be sent to a different mailbox. Can this be achieve by using the case statement or the if statement?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved