473,395 Members | 1,554 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,395 software developers and data experts.

e-mail

gn
I'm working on someone else's application. It sends e-mail by code.

Before the e-mail address he put smtp like so:

[smtp:fi********@address.com];

What does the smtp mean?
Nov 13 '05 #1
10 1646

"gn" <gn*****@hotmail.com> wrote in message news:b9********************************@4ax.com...
I'm working on someone else's application. It sends e-mail by code.

Before the e-mail address he put smtp like so:

[smtp:fi********@address.com];

What does the smtp mean?


smtp is usually a mail server that sends email. For example smtp.xtra.co.nz sends my email.

what does the code look like?
Nov 13 '05 #2
gn <gn*****@hotmail.com> wrote in news:b9tc11d5nof01ogv5a7c7non7j8s1gad7j@
4ax.com:
I'm working on someone else's application. It sends e-mail by code.

Before the e-mail address he put smtp like so:

[smtp:fi********@address.com];

What does the smtp mean?


It's a code allowing e-mail to pass through homeland security monitoing
without touching off a sodomistic rape of the sender by agents of the United
States government ... said to stand for Simple Minded Texan President.

--
Lyle
--
Nov 13 '05 #3
"Lyle Fairfield" <Lo******@FFDBA.Com> wrote in message
news:Xn*******************@130.133.1.4...
gn <gn*****@hotmail.com> wrote in news:b9tc11d5nof01ogv5a7c7non7j8s1gad7j@
4ax.com:
I'm working on someone else's application. It sends e-mail by code.

Before the e-mail address he put smtp like so:

[smtp:fi********@address.com];

What does the smtp mean?


It's a code allowing e-mail to pass through homeland security monitoing
without touching off a sodomistic rape of the sender by agents of the
United
States government ... said to stand for Simple Minded Texan President.

--
Lyle
--


Not that I care, but don't you ever consider posting such stuff under
another name? You do have a business and a reputation to protect, don't
you? What would your customers make of such posts?
Nov 13 '05 #4
"Stefan Kowalski" <a@b.com> wrote in news:cv**********@titan.btinternet.com:
Not that I care, but don't you ever consider posting such stuff under
another name? You do have a business and a reputation to protect, don't
you? What would your customers make of such posts?


All customers have the right to choose whomever they wish for their business.
I have the right to express my opinion. Being an Access developer is not so
precious that it could make me condone war crimes, and the torture and
slaughter of thousands upon thousands of people. Better to starve.

Is there some customer who doesn't like this? If you support these things I
don't want your work, your money, or anything to do with you. Walk away, ...
quickly, please!

I never post anything over another name.

Lyle Fairfield
Nov 13 '05 #5
Per gn:
What does the smtp mean?


It stands for Simple Mail Transfer Protocol.

Haven't a clue what it means....
--
PeteCresswell
Nov 13 '05 #6
Note new subject - OT, and I mean OT.

On 19 Feb 2005 01:53:00 GMT, Lyle Fairfield <Lo******@FFDBA.Com>
wrote:
"Stefan Kowalski" <a@b.com> wrote in news:cv**********@titan.btinternet.com:
Not that I care, but don't you ever consider posting such stuff under
another name? You do have a business and a reputation to protect, don't
you? What would your customers make of such posts?
All customers have the right to choose whomever they wish for their business.
I have the right to express my opinion. Being an Access developer is not so
precious that it could make me condone war crimes, and the torture and
slaughter of thousands upon thousands of people. Better to starve.


Then why had you not already starved (to your death) during the period
when there were war crimes ^2 (gassing the Kurds, etc.), and torture
and slaughter of HUNDREDS of thousands within Iraq before the ousting
of Saddam? I suppose you were, at the least, not condoning those
actions, either, eh? But what actions did you take to stem that tide,
oh sanctimonious one? Did you similarly publish OT comments here
targeting the perpetrator and welcome all comers to argue the heinous
nature of those actions lest they be considered politically incorrect?
This of course completely ignores the fact that your claim that the
SMTP's actions have led to torture and slaughter of thousands upon
thousands is ludicrous. I think the torture inflicted by those in the
coalition pales so completely when compared to the documented stories
of Hussein's actions that it renders any such comment thoroughly
laughable because of its utter ignorance as to reality.
Is there some customer who doesn't like this? If you support these things I
don't want your work, your money, or anything to do with you. Walk away, ...
quickly, please!
As is your absolute right.
I never post anything over another name.


Nor I.

And while we vehemently (perhaps that is not quite strong enough of a
term) disagree on this subject, you know by private postings that I
hold you in great esteem as far as a developer goes. I hope that my
violent, vehement and complete disagreement with your opinion on this
issue does not color that in any way. But I, no doubt like you, can
certainly live with that if it is to be.

mike
Nov 13 '05 #7
rkc
Lyle Fairfield wrote:
It's a code allowing e-mail to pass through homeland security monitoing
without touching off a sodomistic rape of the sender by agents of the United
States government ... said to stand for Simple Minded Texan President.


Start a blog. You're starting to sound like a moron.
Nov 13 '05 #8
gn
On Sat, 19 Feb 2005 08:33:55 -0600, Chuck Grimsby
<c.*******@worldnet.att.net.invalid> wrote:
On Fri, 18 Feb 2005 17:11:04 -0600, gn <gn*****@hotmail.com> wrote:
I'm working on someone else's application. It sends e-mail by code.
Before the e-mail address he put smtp like so:
[smtp:fi********@address.com];
What does the smtp mean?


As Pete mentioned, STMP stands for "Simple Mail Transfer Protocol".
It's the "mechanism" that is used for moving e-mail around the net.

What it's doing in the code is beyond me, however I can guess how it
got there.

Outlook (and Lotus Notes, if memory serves) puts that in front of
e-mail addresses in their "contacts" to differentiate from the other
"address" types they support (Fax, phone, etc.). If someone wasn't
watching what they were doing in a cut and paste operation from either
of those applications, they might also include the "smtp:" portion,
since there isn't a space break from the actual address.


Thanks
Nov 13 '05 #9
gn
On Sat, 19 Feb 2005 12:38:15 +1300, "windandwaves"
<wi*********@coldmail.com> wrote:

"gn" <gn*****@hotmail.com> wrote in message news:b9********************************@4ax.com...
I'm working on someone else's application. It sends e-mail by code.

Before the e-mail address he put smtp like so:

[smtp:fi********@address.com];

What does the smtp mean?


smtp is usually a mail server that sends email. For example smtp.xtra.co.nz sends my email.

what does the code look like?

It was DoCmd.SendObject with the smtp in the address. It seems to
be not needed but harmless according to the other reply.
Nov 13 '05 #10

"Mike Preston" <mb******@pacbell.net.invalid> wrote in message news:42****************@news.INDIVIDUAL.NET...
Note new subject - OT, and I mean OT.

On 19 Feb 2005 01:53:00 GMT, Lyle Fairfield <Lo******@FFDBA.Com>
wrote:
"Stefan Kowalski" <a@b.com> wrote in news:cv**********@titan.btinternet.com:
Not that I care, but don't you ever consider posting such stuff under
another name? You do have a business and a reputation to protect, don't
you? What would your customers make of such posts?


All customers have the right to choose whomever they wish for their business.
I have the right to express my opinion. Being an Access developer is not so
precious that it could make me condone war crimes, and the torture and
slaughter of thousands upon thousands of people. Better to starve.


Then why had you not already starved (to your death) during the period
when there were war crimes ^2 (gassing the Kurds, etc.), and torture
and slaughter of HUNDREDS of thousands within Iraq before the ousting
of Saddam? I suppose you were, at the least, not condoning those
actions, either, eh? But what actions did you take to stem that tide,
oh sanctimonious one? Did you similarly publish OT comments here
targeting the perpetrator and welcome all comers to argue the heinous
nature of those actions lest they be considered politically incorrect?
This of course completely ignores the fact that your claim that the
SMTP's actions have led to torture and slaughter of thousands upon
thousands is ludicrous. I think the torture inflicted by those in the
coalition pales so completely when compared to the documented stories
of Hussein's actions that it renders any such comment thoroughly
laughable because of its utter ignorance as to reality.
Is there some customer who doesn't like this? If you support these things I
don't want your work, your money, or anything to do with you. Walk away, ...
quickly, please!


As is your absolute right.
I never post anything over another name.


Nor I.

And while we vehemently (perhaps that is not quite strong enough of a
term) disagree on this subject, you know by private postings that I
hold you in great esteem as far as a developer goes. I hope that my
violent, vehement and complete disagreement with your opinion on this
issue does not color that in any way. But I, no doubt like you, can
certainly live with that if it is to be.

mike


Hi Mike,

Please read your history books. Sadam was a bad man, but that is not the point, the world is full of bad people. The point is that
America should know better. I love America as it is a land of geniuses and therefore should promote peace. But for some reasons it
is the most aggressive bully on the planet (you even shoot each other at a rate that is only met by countries like Colombia and
perhaps Nigeria). The reason for this is that you disenfranchise so many people (both at home and abroad).

Just read the histories of:
- Liberia (reject slave country)
- Vietnam (do you really need an explanation?)
- Panama (CIA supported the dictator)
- Iraq (CIA supported Sadam)
- El Salvador (there are some great movies out there in the mainstream media that tell that story).
- many other poor countries
or ask some of the outcasts in the US society how they feel.

It is people like Lyle that make your country great, not the news hosts at Fox that fed you the garbage above.

Besides, according to the BBC, the coalition still kills more people then all the Iraqi insurgents.

Armies or homeland security for that matter will never win any war; as there are no winners (just consider all the European wars and
what good they have done in the last 2000 years). Compassion, culture and education are our only hope.

Kia Ora

- Nicolaas
Nov 13 '05 #11

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

Similar topics

12
by: Chuck Anderson | last post by:
Can anyone point me in the right direction? I want to use Php to automate confirmation of someone joining an email list by them replying to an email (so they don't have to have a browser?). I...
10
by: aaron | last post by:
I need some help with validating an email address. Right now, I am doing this: function sys_is_valid_email ($s) { if (preg_match ("/^.+@.+\..+$/", $s)) { return 1; } else { return 0; } }
4
by: dmiller23462 | last post by:
So here's my problem.....I need to set up different email distributions based on which option in the following Select form has been chosen....For instance if "Putaway" is chosen it needs to email...
88
by: Mike | last post by:
Is there a way to determine what a user's default email client is? I read a post from 3 years ago that said no. I guess I'm hoping something has come along since then.
2
by: BSG-SMTP-Gateway | last post by:
The following message sent by this account has violated system policy: Connection From: 64.253.55.90 From: python-list@python.org To: terriss@birdsall.com, q4dzsAEAAAAA@birdsall.com,...
26
by: libsfan01 | last post by:
Hi all! Can anyone show me how to check and email field on a form for the existence of these two characters. Kind regards Marc
3
by: g0c | last post by:
hi, how to hide or replace email addresses in php mail function with something like "group" so the email addresses to which email is sent are not visible ? i have : $subs = "email1@dot.com,...
15
by: Craig Hurley | last post by:
Hello, user@x.com receives an email from user@a.com. I want to forward that email to user@y.com. I want the contents/header to remain intact, with the exception of adding "X-Forwarded-For". ...
3
by: IGD | last post by:
I don't know if this is the right place to post this or not. If not, could someone direct me elsewhere where I would find more information on how to solve my problem? Thanks! My problem is this:...
4
by: luke noob | last post by:
This is my HTML... <head> <script type="text/javascript" src="js/jquery-1.2.6.pack.js"></script> <script type="text/javascript" src="js/script.js"></script> </head> <body>
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...
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...
0
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
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
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.