1. Halo Guest, pastikan Anda selalu menaati peraturan forum sebelum mengirimkan post atau thread baru.

SHARE: Free gMailer, Pengirim email masal menggunakan SMTP GMAIL

Discussion in 'Service' started by r4tn4, Oct 28, 2017.

  1. r4tn4

    r4tn4 (202) Super Hero Trusted Trader

    Joined:
    Mar 31, 2006
    Messages:
    3,828
    Likes Received:
    2,668
    Location:
    https://www.tikie.online
    Code:
    https://www.dropbox.com/s/e4jd05tc3m3moz3/gMailer%20FREE.zip?dl=0
    
     
  2. sofyan234

    sofyan234 Ads.id Starter

    Joined:
    Feb 11, 2017
    Messages:
    52
    Likes Received:
    2
  3. sofyan234

    sofyan234 Ads.id Starter

    Joined:
    Feb 11, 2017
    Messages:
    52
    Likes Received:
    2
    upload_2017-10-30_8-49-4.png


    ini kenapa ya
     
  4. r4tn4

    r4tn4 (202) Super Hero Trusted Trader

    Joined:
    Mar 31, 2006
    Messages:
    3,828
    Likes Received:
    2,668
    Location:
    https://www.tikie.online

    pesan errornya di geser biar saya bisa lihat formnya.... *biar kelihatan apa yang keliru di pengisian form.....
     
  5. sofyan234

    sofyan234 Ads.id Starter

    Joined:
    Feb 11, 2017
    Messages:
    52
    Likes Received:
    2
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.IndexOutOfRangeException: Index was outside the bounds of the array.
    at System.Windows.Forms.OpenFileDialog.OpenFile()
    at gMailer.Form1.btnImport_Click(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnClick(EventArgs e)
    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
    at System.Windows.Forms.Button.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    gMailer
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/HERIPR~1/AppData/Local/Temp/Rar$EXa0.518/gMailer%20FREE/gMailer.exe
    ----------------------------------------
    Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 14.7.2046.0 built by: NET47REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2103.2 built by: NET47REL1LAST
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2104.0 built by: NET47REL1LAST
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2046.0 built by: NET47REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2046.0 built by: NET47REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.7.2046.0 built by: NET47REL1
    CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
     
  6. BabaKuncung

    BabaKuncung Newbie

    Joined:
    Oct 30, 2017
    Messages:
    6
    Likes Received:
    0
    itu bisa berbasis HTML ?
    apa cuman text ?
    kalo mau nyisipin link gmna ?
     
  7. anggapepe11

    anggapepe11 Newbie

    Joined:
    Mar 24, 2017
    Messages:
    1
    Likes Received:
    0
    Got 30th 50รพ5h44od4

    Sent from my SM-G925I using Tapatalk
     
  8. Alesandro Samuel

    Alesandro Samuel (6) Ads.id Fan Known Trader

    Joined:
    Nov 8, 2016
    Messages:
    174
    Likes Received:
    16
    Location:
    Depok,Jawa Barat
    Ini aplikasinya support windows apa aja gan? Punya saya kok Error juga ya:gembeng:
     
  9. r4tn4

    r4tn4 (202) Super Hero Trusted Trader

    Joined:
    Mar 31, 2006
    Messages:
    3,828
    Likes Received:
    2,668
    Location:
    https://www.tikie.online
    Maksud saya biar lihat form yang sobat isi, jangan lupa account gmailnya udah di lakukan setting Allow Less Secure App di aktifkan
     
  10. RagieL

    RagieL (177) Super Hero Trusted Trader

    Joined:
    May 22, 2010
    Messages:
    3,306
    Likes Received:
    98
    Location:
    www.imers.club
    Wow mantap. Mksh mbak

    Sent from my ASUS_Z00UD using Tapatalk
     
  11. r4tn4

    r4tn4 (202) Super Hero Trusted Trader

    Joined:
    Mar 31, 2006
    Messages:
    3,828
    Likes Received:
    2,668
    Location:
    https://www.tikie.online
    O iya lupa pastikan di komputernya sudah terinstall .NET FRAMEWORK 4.6.2
     
  12. cembor

    cembor (12) Hero Known Trader

    Joined:
    Nov 3, 2013
    Messages:
    643
    Likes Received:
    69
    Gak bisa download yang dropbox kena microsoft security
     
  13. r4tn4

    r4tn4 (202) Super Hero Trusted Trader

    Joined:
    Mar 31, 2006
    Messages:
    3,828
    Likes Received:
    2,668
    Location:
    https://www.tikie.online
    updated
     
  14. GoodScraper4DS

    GoodScraper4DS Newbie

    Joined:
    Nov 17, 2017
    Messages:
    48
    Likes Received:
    1
    gak update lagi dunk..soal gak bisa ane dwnload.. gagal gan :(
     

Share This Page