473,480 Members | 1,530 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Firebird how to programmaticalliy send and email without client dialog appearing

2 New Member
I'm using C# but the programming language doesn't matter in this case. Basically I'm trying to programmatically send an email using Thunderbird without Thunderbird showing the email client dialog. i.e. Thunderbird just send out the email message without the dialog popping up. My work around is a hack:
... Thunderbird opens here...
... wait a couple seconds
System.Threading.Thread.Sleep(2000);
... now send Ctrl+Enter which sends and closes Thunderbird
System.Windows.Forms.SendKeys.SendWait("^{ENTER}") ;

Hoping someone has found a solution for doing this. I've been searching without any luck.
Apr 20 '15 #1
1 1520
Tony Cleveland
2 New Member
* * * Sorry, I meant Thunderbird * * *
Apr 20 '15 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1891
by: dave | last post by:
hi guys I m trying to execute few lines code tht i have copies from microsoft tech script centre. basically its to send email without using any smtp service. u can find the code snippet from...
1
4065
by: Ronny Sigo | last post by:
Hello all, Can anyone tell me how to prevent my mailprog to display the mail, and just send it ? The code I use is below Any help appreciated .. Thanks Ronny Sigo Private Declare Function...
2
1960
by: dgk | last post by:
I know how to send emails from the server side, but how would I pop up the user's email client and populate the sendto and subject fields?
6
10991
by: Mike | last post by:
In VB6 I could send email via Outlook without using SMTP, Is it possible to do the same in .NET and if so is there any examples of doing this?
4
2242
by: CLEAR-RCIC | last post by:
I want to send an email from our Intranet site to myself whenever an error happens. Our manager will not let us install SMTP on the web server. Is it possible to send email programatically...
3
1200
by: Mike | last post by:
Is there a way in .NET 2.0 to send email without the use of an SMTP server, or is a SMTP server have to be used?
1
1037
jamesd0142
by: jamesd0142 | last post by:
using visual basic express edition 2005 Private Sub email1() 'server address Dim client As New SmtpClient("imap.aol.com") 'username and password ...
2
3334
by: Boki | last post by:
Hi All, I want to create a program that auto send out email ( not email bomb ) to myself. I tried the MAPI, but it will show a notiifcation message, user need to confirm that. My target is...
68
7830
by: Jeffrey Tan | last post by:
Hi. I was wondering if there was a way to send an email without using the Send Object method for a macro. if you use the macro, you will get this warning:...
0
7041
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6908
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7044
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7084
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5337
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4779
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
2995
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
181
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.