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

Looking for PHP code or ideas to interface with client's email application


W want to put code into an organization web site to let people signup
for an email list on a majordomo list server. I'd like it to me as
mindless as possible for the very non-technical audience. IMO
explaining how to put majordomo.listers.isp.com in the to: line
and "subscribe listname" for these people is error prone.

Is there some generic code that fires up the default mail application
and stuff this information into it. Asking the user to click on send
is OK.

Thanks
--
a d y k e s @ p a n i x . c o m

Don't blame me. I voted for Gore.
Jul 17 '05 #1
4 1566


Al Dykes wrote:
W want to put code into an organization web site to let people signup
for an email list on a majordomo list server. I'd like it to me as
mindless as possible for the very non-technical audience. IMO
explaining how to put majordomo.listers.isp.com in the to: line
and "subscribe listname" for these people is error prone.

Is there some generic code that fires up the default mail application
and stuff this information into it. Asking the user to click on send
is OK.


You don't need PHP for this. A simple "mailto" will work.

<a
href="mailto:majordomo.listers.isp.com?subject=sub scribe%20listname">Subscribe
to Listname</a>

Will work fine.

Ken

Jul 17 '05 #2


Al Dykes wrote:
W want to put code into an organization web site to let people signup
for an email list on a majordomo list server. I'd like it to me as
mindless as possible for the very non-technical audience. IMO
explaining how to put majordomo.listers.isp.com in the to: line
and "subscribe listname" for these people is error prone.


I just realized the sample link I posted is wrong, it should be

<a
href="mailto:su*******@majordomo.listers.isp.com?s ubject=subscribe%20listname">
Subscribe to list</a>

Replace 'subscribe@' with the real email address.

Ken

Jul 17 '05 #3
I noticed that Message-ID: <d8**********@panix5.panix.com> from Al Dykes
contained the following:
Is there some generic code that fires up the default mail application
and stuff this information into it. Asking the user to click on send
is OK.

Well you can use mailto: but it's unreliable. You need a mailscript.
Mine can be set up to do it www.ckdog.co.uk/phmail_lite
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jul 17 '05 #4
Ken Robinson <ke******@rbnsn.com> wrote:
Is there some generic code that fires up the default mail application
and stuff this information into it. Asking the user to click on send
is OK.


You don't need PHP for this. A simple "mailto" will work.

<a
href="mailto:majordomo.listers.isp.com?subject=sub scribe%20listname">Subscribe
to Listname</a>

Will work fine.


Nope, doesn't overhere.

OP: don't rely on anything at the clientsside. Setup a form that sends
the mail to majordomo. Then you only rely on the user to supply his
emailadress (in which they will inevitably insert typos).

Jul 17 '05 #5

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

Similar topics

1
by: Angie | last post by:
Hello, My name is Angela Mastrodonato. I'm a web designer who would like the assistance of a php programmer. Some of my clients have requested more dynamic web sites, and I am in the beginning...
3
by: masood.iqbal | last post by:
In this day and age, you never say no to any work that is thrown at you ---- so when I was offered this short-term contract to convert legacy C code to C++, I did not say no. Personally I believed...
16
by: Fronsac | last post by:
Hi, I've been asked in a job interview how to make C code look like C++ code, and honestly I didn't know what to answer because I have never really done a lot of C. Now, I've been searching around...
3
by: Brad Quinn | last post by:
Friday, no brain power remains... I have three assemblies; Client, Interface and Implementation. The Client uses Implementation through remoting. Client has a reference to Interface, but not...
8
by: khalprin | last post by:
Hello, I'm trying to create a component that will be used from .net clients and COM clients. I've got an object model that looks something like this: ISystem IRuntime IConfiguration...
14
by: Rex | last post by:
Re: Looking for Tips/Writeup on overall approach to Exception Processing Hi All - I am fairly new to C# and am wondering how to best implement (overall) Exception Processing within my...
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: 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
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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...

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.