473,378 Members | 1,462 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

aol mail workaround problem

in an excel file my embedded vb has a workbook that the vb emails to
another computer for processing using the SendMail method for a
workbook.

it works in general but not on aol. unfortunately aol strips of the
Subject and prompts the user for it and the To field.

on the receiving computer the subject is used by vb in outlook to
detect legitimate submissions and is complex and must be exactly
right. we don't want the processing computer to try to process spam or
other non-conforming email.

i thought i would get around this aol problem by modifying the outlook
vb to also look at the message body, which i've done, and by modifying
my excel vb to also put the subject as the email body. unfortunately
the SendMail method for a workbook does not support a body.

is there another excel method to send email with a subject, body, and
an attached file? i couldn't find it using f2.

thanks,
tom
san diego
Jul 17 '05 #1
2 3253
have a look for CDONTS. This should be able to do it

Tom Wright <tj*@wherever.com> wrote in message news:<lj********************************@4ax.com>. ..
in an excel file my embedded vb has a workbook that the vb emails to
another computer for processing using the SendMail method for a
workbook.

it works in general but not on aol. unfortunately aol strips of the
Subject and prompts the user for it and the To field.

on the receiving computer the subject is used by vb in outlook to
detect legitimate submissions and is complex and must be exactly
right. we don't want the processing computer to try to process spam or
other non-conforming email.

i thought i would get around this aol problem by modifying the outlook
vb to also look at the message body, which i've done, and by modifying
my excel vb to also put the subject as the email body. unfortunately
the SendMail method for a workbook does not support a body.

is there another excel method to send email with a subject, body, and
an attached file? i couldn't find it using f2.

thanks,
tom
san diego

Jul 17 '05 #2
Tom Wright <tj*@wherever.com> wrote:
in an excel file my embedded vb has a workbook that the vb emails to
another computer for processing using the SendMail method for a
workbook.

it works in general but not on aol. unfortunately aol strips of the
Subject and prompts the user for it and the To field.

on the receiving computer the subject is used by vb in outlook to
detect legitimate submissions and is complex and must be exactly
right. we don't want the processing computer to try to process spam or
other non-conforming email.

i thought i would get around this aol problem by modifying the outlook
vb to also look at the message body, which i've done, and by modifying
my excel vb to also put the subject as the email body. unfortunately
the SendMail method for a workbook does not support a body.

is there another excel method to send email with a subject, body, and
an attached file? i couldn't find it using f2.

thanks,
tom
san diego


Try the free SMTP control from www.ostrosoft.com
This will allow you to send mail without using Outlook.

More about me: http://www.jecarter.com/
VB3/VB6/C/PowerBasic source code: http://www.jecarter.com/programs.html
Freeware for the Palm with NS Basic source code: http://nsb.jecarter.com
Drivers for Pablo graphics tablet and JamCam cameras: http://home.earthlink.net/~mwbt/
johnecarter at@at mindspring dot.dot com. Fix the obvious to reply by email.
Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Data Goob | last post by:
This one has me stumped. How did SuSE disable the mail() function in their RPM'd version of PHP? ( This is their install-version of PHP with RPMs not what you download from PHP.net ) I have...
3
by: Serge Myrand | last post by:
Hi everybody, The following code for sending email (found on msn I think) works find when used in a .VBS file. I double click the file and the mail is send. When I use the same code in my .ASP...
4
by: Trond A. S. Andersen | last post by:
Hi, all! I'm trying to use the System.Web.Mail. "package" combinded with System.Web.Mail.SmtpMail in order to send MS Excel spreadsheets attached to mail messages. However, sending one single...
4
by: Bob | last post by:
This code snippet works fine (vs 2005) Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim message As New MailMessage() Try...
11
by: Lieven | last post by:
Hey, I had a hard disc problem last week on my server. I replaced the disc and copied al the files to the new hard disc, everything works fine again except some php scripts that are using the...
3
by: cdelarte | last post by:
I would like to be able to mail merge records from multiple mysql tables using a simple template, preferably via a command line script. MSWord mail merge via ODBC will not work for me as it only...
3
by: Scott Evans | last post by:
Hi! I have been asked to add some functionality to an existing web site. The user would like to have a form that would email them the results of the form. Really easy stuff to do, usually. I...
5
by: fcetrini | last post by:
Hello to the board, i'm facing this problem and i need some help: with cdosys i'm able to send e-mail from asp using the local exchange server. Now I also have to save the sent mail into the user's...
2
by: Dave | last post by:
Hi, I hope someone can help, I'm trying to get mail out from a form to a php page using the mail() function. Nothing happens. The server is W2003 and the mail application is Kerio Mailserver, not...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.