FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » html contact email
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: html contact email [message #182025 is a reply to message #181978] Sat, 29 June 2013 22:37 Go to previous messageGo to previous message
bill is currently offline  bill
Messages: 310
Registered: October 2010
Karma:
Senior Member
On 2013-06-28 4:39 PM, jans wrote:
>
>
> On Friday, June 28, 2013 12:16:28 PM UTC-7, jans wrote:
>> What is wrong with sending email through HTML? For example,
>>
>> <br />Customer Service
>>
>> <br /><a href="mailto:orders(at)tonbobio(dot)com" title="Email Tonbo Customer Service">

orders(at)tonbobio(dot)com</a>
>>
>>
>>
>>
>>
>> This is just a random example I found on the internet but I like this format with the anchor and a customer

is claiming it only sporadically works on my page. The page extension
was php but I only had one included page,

so I copied that page into my page and changed the extension to html.
>>
>>
>>
>> If the page extension was php instead of html would that cause my email to only work sporadically?

Is there a way to format php sendmail without it being in a form
just a simple email address in an

anchor? Thanks,
>
> thanks for both replies for my info, I was instructed to do it this way then they didn't like it

because a customer complained. I never used mailto before. I will
never know if it was sporadic

if it was because of the php extension but maybe that shouldn't matter.
>

This has turned into a pretty long thread that's not going in the
direction you need. Lots of advice, much of it good, but little to let
you point yourself in a good direction. I'm no guru by any means, but
here are my opinions:

1. Mail-to is a poor way to go. In general mailto links are easily
scraped to steal addresses for spam lists and worse because the keep all
the information out in the open. They're easy to compromise.

2. IMO the PHP language is a great way to go as you can have files on
the server which do many things, including providing security for e-mail
addresses and any personal information you may store.

3. You don't mention your OS that I noticed, but the PHP mailto()
function will implement server-side scripts what no one else can see or
get at if it's written with good enough security. All the important
work happens on the server where it's not visible to hackers and doesn't
show up in ANY HTML code that a "view source" displays.

IMO again, the best places to start learning about PHP would be:
1. php.net/manual/en/index.php <----------- more or less a bible on PHP
2. www.w3schools.com/‎ <---- good tutorials, etc. More "plain language"
than the "manual". Testable examples, etc.
3. Newsgroup This one
4. and finally, a good forum:
https://webservices.thesba.com/forum/index.php

Luck!

Twayne`
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: PHPMailer from and mesg-id bug
Next Topic: Updating old PHP code
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Sep 16 20:29:26 GMT 2024

Total time taken to generate the page: 0.05040 seconds