עבור לתוכן
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.

Featured Replies

פורסם

יש לי שגיאה בקוד של שילחת מיילים ב asp .

 

אשמח לעזרה בנושא:

הקוד הוא:

 

Dim objMessage, objConfig, Fields
Set objMessage = CreateObject("CDO.Message") 
Set objConfig = CreateObject("CDO.Configuration")
Set Fields = objConfig.Fields

With Fields
  .Item ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 
  .Item ("http://schemas.microsoft.com/cdo/configuration/smtpserver") = "smtp.google.com"
  .Item ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 25
  .Item ("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1
  .Item ("http://schemas.microsoft.com/cdo/configuration/sendusername") = ""
  .Item ("http://schemas.microsoft.com/cdo/configuration/sendpassword") = ""
  '.Item("http://schemas.microsoft.com/cdo/configuration/sendtls") = True
  .Item("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = True
  .Update
End With
Set objMessage.Configuration = objConfig
With objMessage
  .Bodypart.Charset= "utf-8"
  .Subject = "מקודשת מערכת ניהול לשדכנים"
  .From = "m0733746835@gmail.com"
  .To = sEmail
  .HTMLBody = strHTML
end With
objMessage.Send

 

 

וגם הקוד הזה לא עובד:

 

set msg = Server.CreateOBject( "JMail.Message" )
msg.Charset = "utf-8"
msg.Logging = true

strTO = sEmail
msg.FromName = "מקודשת"
msg.From = "mekudeshet@hostcenter5.com"
'those should care of smtp auth
msg.MailServerUserName = "" 
msg.MailServerPassword = "" 
MailServer  = "hostcenter5.com" '# outgoing servers mail


msg.AddRecipient sEmail
msg.Subject = "מקודשת - מערכת ניהול לשדכנים"
msg.ContentType = "text/html; charset=UTF-8"
'msg.ContentTransferEncoding = "65001"
'msg.ContentType = "text/html"
msg.Body = strHTML     

if not msg.Send("hostcenter5.com" ) then
  ' Response.write Err.Description
else
  ' Response.Write "Ok"
end if

 

אשמח אם אתם יודעים איך להגדיר את ה מייל של gmail בזה..

 

פורסם

מה לא עובד?

מתקבלת שגיאה? איזו?

או שאין שגיאה אבל המייל לא נשלח?

 

הצטרפ/י לדיון

בשלב זה תוכל/י להצטרף לדיון, ולאחר מכן להצטרף לקהילה שלנו. אם כבר יש לך חשבון אצלנו, אנא התחבר/י עכשיו על מנת להגיב תחת שם המשתמש שלך.
לתשומת לבך: התגובה תופיע לגולשים לאחר אישור של צוות הנהלת הפורומים.

אורח
הוסף תגובה

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.