Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: Can I set up a repeating email to be sent out - say - once a month

2 views
Skip to first unread message

John Blessing

unread,
Mar 7, 2008, 11:44:01 AM3/7/08
to
MJ wrote:
> This question was posed to me by one of our staff.
> Within Outlook itself, can this be done?
> Thanks!

Not without writing code.

Try our email scheduler (http://www.repeatmail.com) which will allow you to
send multiple individual emails, html or plain text, with attachments,
either as a one-off or regularly at a specified time and interval. The
recipients list can be drawn from your Outlook Contacts, a plain text
file,database or spreadsheet. It also allows you to specify the interval
between each send so as to avoid triggering any spam limits on your account

--
John Blessing

http://www.LbeHelpdesk.com - Help Desk software priced to suit all
businesses

http://www.room-booking-software.com - Schedule rooms & equipment
bookings for your meeting/class over the web.

http://www.lbetoolbox.com - Remove Duplicates from MS Outlook,
find/replace, send newsletters

http://www.repeatmail.com - Send individual emails, scheduled or
one-off, plain or html


Brian Tillman

unread,
Mar 7, 2008, 11:53:00 AM3/7/08
to
MJ <M...@discussions.microsoft.com> wrote:

> This question was posed to me by one of our staff.
> Within Outlook itself, can this be done?

http://www.outlookcode.com/d/forms/skedrpt.htm
--
Brian Tillman [MVP-Outlook]

VanguardLH

unread,
Mar 7, 2008, 12:38:06 PM3/7/08
to
"MJ" wrote in message
news:CD7AE921-9983-469A...@microsoft.com...

> This question was posed to me by one of our staff.
> Within Outlook itself, can this be done?
> Thanks!


www.sperrysoftware.com
Schedule Recurring Mail plug-in

Michael Bauer [MVP - Outlook]

unread,
Mar 10, 2008, 2:05:53 AM3/10/08
to

Here's a VBA sample for that:
http://www.vboffice.net/sample.html?mnu=2&pub=6&lang=en&smp=10&cmd=showitem

For sending the item once in a month, change

DateAdd("d", 1, oTask.ReminderTime)

to

DateAdd("m", 1, oTask.ReminderTime)

--
Best regards
Michael Bauer - MVP Outlook
Use Outlook Categories? This is Your Tool:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>

0 new messages