Sendusing systemwebmaillateboundaccesshelpercallmethodJobs

Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    23 sendusing systemwebmaillateboundaccesshelpercallmethod jobs fundet, i prisklassen EUR

    ... Set objMail = ("") Set objConf = ("") Set objFields = With objFields .Item("") = "mail.????????." .Item("") = 587 .Item("") = 2 .Item("") = 60 .Item("") = "c:inetpubmailrootpickup" .Item("") = 1 .Item("") = "pdf@????????."

    €118 (Avg Bid)
    €118 Gns Bud
    22 bud
    ASP coder needed Udløbet left

    I need a coder in asp to fix a couple of problems. See the attached files. : If a user enters their email address in the first text box and clicks 'Pay Now', th...attached files. : If a user enters their email address in the first text box and clicks 'Pay Now', they are redirected to the login page instead of the page where they make a payment. : if a user registers for an account, fills the other text boxes on this page and clicks on 'Next', the following error is returned: CDO.Message.1 error '80040220' The "SendUsing" configuration value is invalid. /fpdb/, line 88 My existing users can't make a subscription payment and new users can't register to make a subscription payment. THIS NEEDS TO BE FIXED TODAY.

    €11 / hr (Avg Bid)
    €11 / hr Gns Bud
    8 bud

    We are a small editing and translation firm. The followowing code has to be added to our website: <%@ Language=VBScript %> <% If request("submit") <> "" THEN Set cdoConfig = CreateObject("") With .Item("") = 2 .Item("") = "localhost" .Update End With Set objCDO = ("") Set = cdoConfig = Request("from") = Request("to") = Request("subject") = Request("message") On Error Resume Next () If Err <> 0 Then "Error encountered: " &

    €303 (Avg Bid)
    €303 Gns Bud
    16 bud

    A live project has made some changes to my website and now I receive the above error when either of the two attached scripts is run. Both scripts should send an email from my server. I'm looking for someone to identify and fix the issue. Thanks

    ASP
    €37 (Avg Bid)
    €37 Gns Bud
    7 bud

    ...Coding Set objMail = ("") Set objConf = ("") Set objFields = With objFields .Item("") = "mail.????." .Item("") = 587 .Item("") = 2 .Item("") = 60 .Item("") = "c:inetpubmailrootpickup" .Item("") = 1 .Item("") = "info@????." .Item("http://schemas

    €37 (Avg Bid)
    €37 Gns Bud
    7 bud

    I want to change smtp server to work with Google apps. But when I change this file attached (EmailClass) to work with smtp from Google apps, I get error. According to Google these are the setting I should use. I replace it to my file, but its not working. .Item("http://schema...work with smtp from Google apps, I get error. According to Google these are the setting I should use. I replace it to my file, but its not working. .Item("") = "" 'SMTP .Item("") = 465 'porta do SMTP .Item("") = 2 'porta do CDO .Item("") = 30 'timeout

    €71 (Avg Bid)
    €71 Gns Bud
    3 bud

    I want to change smtp server to work with Google apps. But when I change this file attached (EmailClass) to work with smtp from Google apps, I get error. According to Google these are the setting I should use. I replace it to my file, but its not working. .Item("http://schema...work with smtp from Google apps, I get error. According to Google these are the setting I should use. I replace it to my file, but its not working. .Item("") = "" 'SMTP .Item("") = 465 'porta do SMTP .Item("") = 2 'porta do CDO .Item("") = 30 'timeout

    €488 (Avg Bid)
    €488 Gns Bud
    7 bud
    Excel spreadsheet Udløbet left

    ...Item("") = 1 .Item("") = gmailUsername .Item("") = gmailPassword .Item("") = smtpServer .Item("") = 2 .Item("") = smtpPort .Update End With With eMail Set .configuration = eConfig .To = RecptAddr .CC = CC .BCC = BCC .From = RecptAddr .Subject = eSubject .TextBody = eMessage If AttachmentFullPath <> "" Then .AddAttachment AttachmentFullPath

    €139 (Avg Bid)
    €139 Gns Bud
    1 bud

    ...authentication Const cdoNTLM = 2 'NTLM Set objMessage = CreateObject("") = "[%7]" = "[%1]" = "[%2]" ' = "[%6]" = "[%6]" '==This section provides the configuration information for the remote SMTP server. _ ("") = 2 'Name or IP of Remote SMTP Server _ ("") = "[%3]" 'Type of authentication, NONE, Basic (Base64 encoded), NTLM _ ("") = cdoBasic 'Your UserID on the SMTP server

    €23 (Avg Bid)
    €23 Gns Bud
    1 bud

    ...authentication Const cdoNTLM = 2 'NTLM Set objMessage = CreateObject("") = "[%7]" = "[%1]" = "[%2]" ' = "[%6]" = "[%6]" '==This section provides the configuration information for the remote SMTP server. _ ("") = 2 'Name or IP of Remote SMTP Server _ ("") = "[%3]" 'Type of authentication, NONE, Basic (Base64 encoded), NTLM _ ("") = cdoBasic 'Your UserID on the SMTP server

    €22 (Avg Bid)
    €22 Gns Bud
    2 bud

    ...classic asp applications on Windows Server 2008. Our client recently moved their web app to a new server and then they say they don't get any email. I identified that there will be some customizations needed on asp pages to fix how CDOSYS works. One of the error messages and possible solution is included below: I will provide ASP file to you and you are going to make changes. And then you will submit the file back to me and I'll update the file on server. In this project you will not have direct access to company's website/server. Therefore you must understand and accept my conditions. BESIDES THERE WILL BE NO UPFRONT PAYMENT. SO DON'T REQUEST MILESTONES OTHERWISE

    €16 (Avg Bid)
    €16 Gns Bud
    2 bud

    Hello, I am looking for a simple vbScript that will run as ...for End If Next If strFoundProcess = False Then ' msgbox "Application is not running" Set objMessage = CreateObject("") = "ViewX Status" = "admin@" = "admin@" = "ViewX is down on " ("") = 2 ("") = "my smtp server" ("") = End If Set AllProcess = nothing

    €46 (Avg Bid)
    €46 Gns Bud
    2 bud

    ...time until 8.00am UK time. ## Deliverables ' Private Function MailSend(sEmail As String, sDisplayName As String) As Boolean On Error GoTo ErrTrap Dim cdoobj, iConf, iFields, Str MailSend = False Set cdoobj = CreateObject("") Set iConf = CreateObject("") Set iFields = ("") = 2 '2 '2 ' SMTP ("") = "" ("") = 1 '1 ("") = 25 '465 '25 ("") = "Sales@ability-av

    €36 (Avg Bid)
    €36 Gns Bud
    3 bud

    ...have a web page where people can post some information which is stored in an access database. The site is ASP based. After migrating the site to a new server (windows 2008 R2 64bit server) we get an error message when trying to post new information. The page is supposed to send an e-mail to the webmaster whenever a new post is made. This is the error code: CDO.Message.1 error '80040220' The "SendUsing" configuration value is invalid. We recently had some people posting scripts and iframes to the site through the data input function. We need to re-program the way data is handled with a good moderator function, or by disallowing certain code to be posted. Payment by Escrow only! Method: [2] If we can allow html then have to block some specific ta...

    €186 (Avg Bid)
    €186 Gns Bud
    1 bud

    We have a web page where people can post some information which is stored in an access database. The si...have a web page where people can post some information which is stored in an access database. The site is ASP based. After migrating the site to a new server (windows 2008 R2 64bit server) we get an error message when trying to post new information. The page is supposed to send an e-mail to the webmaster whenever a new post is made. This is the error code: CDO.Message.1 error '80040220' The "SendUsing" configuration value is invalid. We recently had some people posting scripts and iframes to the site through the data input function. We need to re-program the way data is handled with a good moderator function, or by disallowing certain code to be posted...

    N/A
    N/A
    0 bud

    Adding a CAPTCHA to an existing asp.net email submission form and creating a solution that I can use in later projects. I have an existing email form that works, but I don't know how to integrate a CAPTCHA. ## Deliverables Here is code from the .asp page that is working as an email submission form: <% Const cdoSendUsingMethod = _ "" Const cdoSendUsingPort = 2 Const cdoSMTPServer = _ "" Const cdoSMTPServerPort = _ "" Const cdoSMTPConnectionTimeout = _ "" Const cdoSMTPAuthenticate = _ "

    €47 (Avg Bid)
    €47 Gns Bud
    3 bud
    script asp for cdo Udløbet left

    ...successfully sending I want a copy of this mail to be stored in the "Sent" folder of the IMAP account. But CDO does not provide any functionality to do so. Or did I missed something? here is the script i actually use: et objMail = CreateObject("") Set objConf = CreateObject("") ("")=2 ("")=var_smtp ("") = 1 ("") = var_username ("") = var_pass objConf

    €32 (Avg Bid)
    €32 Gns Bud
    1 bud

    ...("") Use the following settings: Set objCDOSYSCon = ("") ("") = "" ("") = 25 ("") = 2 ("") = 60 ("") = 1 ("") = "support at " ("") = "password"

    €14 (Avg Bid)
    €14 Gns Bud
    1 bud

    ...Subject="Business Short Lead" myMail.From="info (at)" myMail.To="info (at)" myMail.TextBody="Prospect Name: " & request("name1") & VBCRLF & "Company: " & request("company1") & VBCRLF & VBCRLF & "Email Address: " & request("email1") _ ("")=2 'Name or IP of remote SMTP server _ ("") _ ="" 'Server port _ ("") _ =25 set myMail=nothing %> I realize the

    €37 (Avg Bid)
    €37 Gns Bud
    1 bud

    My contact form on my flash site is not working. can you tell me what the problem is please... i ...Message") = "from " "Your_Email" & name = Request("Your_Email:") = Request("recipient") = "<html><head><title>Contact letter</title></head><body><br>" & message & "</body></html>" ("") = 2 ("") = smtpServer ("") = smtpPort %>

    N/A
    N/A
    0 bud

    Here is the server error message: The "SendUsing" configuration value is invalid. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: : The "SendUsing" configuration value is invalid. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [COMException (0x80040220): The "SendUsing" configuration value is invalid. ] [TargetInvocationException: Exception

    €28 - €93
    Forseglet
    €28 - €93
    6 bud
    web mail Udløbet left

    ...Seller Legal Agreement). ## Platform its asp iis server ASP ??" CDO This should be added after the has been created (to, from, subject, body and any other headers) but before the send command. | ==This section provides the configuration information for the remote SMTP server. _ ("") = 2 'Name or IP of Remote SMTP Server _ ("") = "" 'Server port (typically 25) _ ("") = 25 '==End remote SMTP

    €22 (Avg Bid)
    €22 Gns Bud
    10 bud
    Asp problem Udløbet left

    CDO.Message.1error '80040220' The "SendUsing" configuration value is invalid. Need fixed asap. ## Deliverables 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done. 2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request. 3) Exclusive and complete copyrights to all work purchased. (No GPL, GNU, 3rd party components, etc. unless all copyright ramifications are explained AND AGREED TO by the buyer on the site per the coder's Seller Legal Agreement). ## Platform asp

    €4 (Avg Bid)
    €4 Gns Bud
    1 bud