Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Is There An Alternative For Php.sendmail?
prashrb
post Mar 17 2007, 05:55 PM
Post #1


Newbie [Level 2]
**

Group: Members
Posts: 33
Joined: 17-March 07
From: Mumbai
Member No.: 40,231



Since many free web hosting service disables phpmail(), is there any other way to automated mail using PHP?

Thank You!

This post has been edited by prashrb: Mar 17 2007, 05:56 PM
Go to the top of the page
 
+Quote Post
jlhaslip
post Mar 18 2007, 04:19 AM
Post #2


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 3,882
Joined: 24-July 05
From: In Trouble Again... still?
Member No.: 9,787
Spam Patrol



you mean the php function "mail()" ? No, unless to use the html "mailto".
Go to the top of the page
 
+Quote Post
prashrb
post Mar 18 2007, 05:16 AM
Post #3


Newbie [Level 2]
**

Group: Members
Posts: 33
Joined: 17-March 07
From: Mumbai
Member No.: 40,231



QUOTE(jlhaslip @ Mar 18 2007, 09:49 AM) *
you mean the php function "mail()" ? No, unless to use the html "mailto".


ya, I'm speakin of mail() function. Is there any way, I can use a mail server that can send mails from a third party server?
Go to the top of the page
 
+Quote Post
ghostrider
post Mar 18 2007, 05:22 PM
Post #4


Super Member
*********

Group: Members
Posts: 397
Joined: 9-June 06
From: Wisconsin
Member No.: 24,924



The PHP mail() function operates on your own server, however you can always change the address from which to mail is from.

mail() info

The above link is the PHP documentation for the mail function.
Go to the top of the page
 
+Quote Post
galexcd
post Apr 8 2007, 03:26 PM
Post #5


Define:EVIL PROGRAMMER (ē'vəl prō'grăm'ər)- n. An organism that converts caffeine into evil software.
*********

Group: [HOSTED]
Posts: 975
Joined: 25-September 05
From: The dungeon deep below the foundation of trap17
Member No.: 12,251



Changing the address only changes the NAME of the from in the email, not the actual from email. Most email clients nowadays let you change that stuff. it is designed so you can put in your own name there so instead of showing and address, it shows your name. A lot of people recently have decided it would be funny to put email addresses in there. To make it seem like an email came from a different place than it really did. No matter what you do, the real email address always shows up when you open the message....
Go to the top of the page
 
+Quote Post
shadowx
post Apr 8 2007, 10:07 PM
Post #6


A clever man learns from his own mistakes, a WISE man learns from those of OTHERS
*********

Group: [HOSTED]
Posts: 884
Joined: 12-April 06
From: Essex, UK
Member No.: 21,719



Hum.. i think there is a way of using Javascript for it, i know its not PHP but it works i think, only problem is i think when i tried it it popped up a box asking if it could send it, it was a long while back though so it might have been a redirect script that i thought was to send mail. Back in the days when i wouldn't have known what a redirect script was. Try Googling for it if you want.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Alternative To File()?(4)


 



- Lo-Fi Version Time is now: 26th July 2008 - 01:53 PM