עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone - פורומים

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

למי שמבין באמת ב ASP classic

Featured Replies

פורסם

שלום לכולם,

לאחרונה לא עובד לי שליחת המיילים דרך האתר, 

הדף עצמו עובר.. אך לא מגיע מיילים לדואר בפועל,

ניסיתי לשנות את המייל שממנו שולחים אך ללא הועיל (חשבתי שאולי חסמו לי אותו)

הקוד הוא כזה:

אשמח לעזרה!!

 

Set objEmail = CreateObject("CDO.Message") 
objEmail.From = "support@mekudeshet.co.il"

 

objEmail.To = sEmail
objEmail.Subject = "מקודשת - תוכנת ניהול לשדכנים"

objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 1
objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserverpickupdirectory") = "c:\inetpub\mailroot\pickup" 
objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "smtp.mekudeshet.co.il"
objEmail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
objEmail.Configuration.Fields.Update 
objEmail.Bodypart.ContentMediaType = "text/html"
objEmail.Bodypart.ContentTransferEncoding = "7bit"
objEmail.Bodypart.Charset= "utf-8"
SET Stm = objEmail.Bodypart.GetDecodedContentStream
Stm.WriteText strHTML
Stm.Flush
objEmail.Send 

set objEmail=nothing

 

אפשר לשלוח לי גם הודעות במייל :elkayammah@gmail.com

 

ניסיתי המון קודים לא עובד.

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים