Giter Site home page Giter Site logo

sendemailfromvba's Introduction

Send Email From VBA

Send email from VBA Example. Weak encryption included.

How it works

Page marked "SMTPConfig" contains the variables that are used to configure an email.

Page marked "SendEmail" allows you to enter email data and your password. Your password and from email address are linked to the config tab.

To use, type your email information into the "SendEmail" page and hit send. You may have to tweak the gmail port on the config page if you experience an issue.

The Internals

Classes
  1. Encryption - Handles all encryption and decryption with a single method call
  2. SMTPValues - Holds SMTP values from the configuration page
  3. EmailValues - Values used in email creation including from address, to address, subject, etc.
Modules
  1. ButtonsWParams - Called from Encrypt and Decrypt buttons which use this module as a seguay to provide variables to the sub "sendEmail".
  2. EncDec - Called from "ButtonsWParams". If 1 provided encrypts, if -1 provided decrypts
  3. SendEmail - Called from send button Contains a single sub called "sendEmail". This module provides all of the work necessary to gather information from the excel spreadsheet for email and smtp values, and sending of information.

sendemailfromvba's People

Contributors

mabiesen avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.