Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 2nd, 2011, 06:56 AM
Registered User
 
Join Date: Nov 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Sending VBA generated email via Google Mail (Google apps)

My company has been using Lotus Notes as it's email client but has now made the move to Google Mail (Google Apps). We are retaining the Lotus client for the short term but there is the understanding that Lotus is going in 12-18 months.

... I use several excel files that produce and send emails (at the moment) via the Lotus Notes client so now I'm stuck !! My problems are compounded because :

a) I'm not an admin and have no access to admin functions
b) we do not have any other client installed (no outlook etc...)

Help ???
 
Old November 2nd, 2011, 08:54 AM
JP JP is offline
Authorized User
 
Join Date: Apr 2008
Posts: 57
Thanks: 1
Thanked 3 Times in 3 Posts
Default

Do you mean Gmail? And you have no locally-installed email client whatsoever?

You could try using CDO (see http://www.databison.com/index.php/3...l-using-excel/ for CDO example), but with no mail client you may not even have MAPI installed.

You could try using the Gmail API (http://code.google.com/apis/gmail/) but it requires OAuth and I am not aware of any VBA implementation of OAuth, Gmail or otherwise.
__________________
Regards,
JP
JP SoftTech
 
Old February 9th, 2013, 10:44 AM
Registered User
 
Join Date: Feb 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default I need a google script(macro) to send emails.

Hi,
I want to sent emails through my google spreadsheet which have data like recipient's name,email address,subject.
I have a docs(word) template containing the message body.
I need a script to send emails to each recipients in my spreadsheet with the corresponding subject line and a personalised template( i want to insert variables in my template like the recipient's name to look my email more personalised and impressive)
Can you help me on this.
I actually found a script at the following link but it has not the option to personalise the subject heading. So, you can help me by making appropriate changes in this script.
https://developers.google.com/apps-s...les/mail_merge

Thanks in advance.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Google Analytics code added to notification mail containing a full HTML page Imar Forum and Wrox.com Feedback 2 January 19th, 2010 03:34 PM
System.Net.Mail Problems With Sending An Email Doom C# 3 May 25th, 2008 02:49 PM
Google gragle prakon HTML Code Clinic 2 February 27th, 2007 01:51 PM
Email not sending with mail() jeffrowe BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 1 March 1st, 2005 07:23 PM
mail() is not sending email on localhost SMTP anshul PHP How-To 5 August 4th, 2004 06:45 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.