473,652 Members | 3,123 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Sending auth email

Do I need some module to send emails with php or is there something built
into apache that does this? I want to send some email authentication emails
but not sure if I have to have some type of email host(which I don't on my
web server).

I assume its going to be impossible to do since I have no mail server to
handle the transactions? I don't want to use a remote server either as its
not that big a deal.

Thanks,
Jon
May 9 '07 #1
3 1507
Jon Slaughter wrote:
Do I need some module to send emails with php or is there something built
into apache that does this? I want to send some email authentication emails
but not sure if I have to have some type of email host(which I don't on my
web server).

I assume its going to be impossible to do since I have no mail server to
handle the transactions? I don't want to use a remote server either as its
not that big a deal.

Thanks,
Jon

If you don't have a MTA (Mail Transfer Agent) on your server and don't
want to use a remote one, you can't send email. You need access to one
somewhere!

Apache is a web server - not an MTA.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===
May 9 '07 #2

"Jerry Stuckle" <js*******@attg lobal.netwrote in message
news:Y6******** *************** *******@comcast .com...
Jon Slaughter wrote:
>Do I need some module to send emails with php or is there something built
into apache that does this? I want to send some email authentication
emails but not sure if I have to have some type of email host(which I
don't on my web server).

I assume its going to be impossible to do since I have no mail server to
handle the transactions? I don't want to use a remote server either as
its not that big a deal.

Thanks,
Jon

If you don't have a MTA (Mail Transfer Agent) on your server and don't
want to use a remote one, you can't send email. You need access to one
somewhere!

Apache is a web server - not an MTA.
duh... but there are modules for smtp

http://search.cpan.org/dist/Apache-S...Apache/SMTP.pm

May 9 '07 #3
Jon Slaughter wrote:
"Jerry Stuckle" <js*******@attg lobal.netwrote in message
news:Y6******** *************** *******@comcast .com...
>Jon Slaughter wrote:
>>Do I need some module to send emails with php or is there something built
into apache that does this? I want to send some email authentication
emails but not sure if I have to have some type of email host(which I
don't on my web server).

I assume its going to be impossible to do since I have no mail server to
handle the transactions? I don't want to use a remote server either as
its not that big a deal.

Thanks,
Jon
If you don't have a MTA (Mail Transfer Agent) on your server and don't
want to use a remote one, you can't send email. You need access to one
somewhere!

Apache is a web server - not an MTA.

duh... but there are modules for smtp

http://search.cpan.org/dist/Apache-S...Apache/SMTP.pm
But that doesn't make it an MTA.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===
May 10 '07 #4

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

Similar topics

17
3201
by: Stefan Richter | last post by:
Hi, I would like to conect to a server by a SSL Conection, to send an SMS. The company that offers the SMS service provided some Code for a http connection, but not for a https connection. Here is the code to send an SMS by http, which works great. Can you help / or do you know a good tutorial / website for php and ssl ??? thanx,
4
2591
by: z f | last post by:
Hi, i'm sending mail from the aspx page on the server. it is running on hosting, so i configure the System.Web.Mail.SmtpMail.SmtpServer property to my mail server. but problem is that sender email is also configurable and since the sender email is not from the SMTP server same host, it is not allows to send. i need to ba able to configure the SMTP Auth to be authenticated to different user from the sender email, but i didn't find...
3
6820
by: VB Programmer | last post by:
I have an ASPX page where I send out emails through my mail server mail.MyDomain.com. When I send emails to MyName@MyDomain.com it sends PERFECTLY. When I try sending an email to any other address (non-MyDomain.com address) I get the following error: The server rejected one or more recipient addresses. The server response was: 550 You must check your mail from this IP or SMTP Auth before sending to BSmith@Juno.com Here's the FULL...
2
1467
by: VB Programmer | last post by:
I'm encountering an error whenever I try to email people not in my domain. I get this error: The server rejected one or more recipient addresses. The server response was: 550 You must check your mail from this IP or SMTP Auth before sending to jimmy@juno.com Here's the full error:
4
3129
by: splicemix | last post by:
Hi all, I have recently set up a Drupal website. I am a beginner. My shared host server does not allow nobody@localhost to send emails, and prevents access to php.ini, so I spent some time getting a SMTP script running. While the Drupal feedback module and the new account creation works fine in terms of sending of mails, I am having some problems with the sending of password reminder emails. warning: Cannot modify header information -...
4
3091
by: krishnakant Mane | last post by:
hello, I am a bit confused. I want to make a program that will take some data from a database and make a string of text. and send it to the respective email id of a person. next I also want to send an attachment of a photo along with the email. I will be required to make this program run on windows xp. can some one guide me as to how I can achieve this? what I will need on windows to send emails? I believe yahoo, gmail, rediff and msn...
1
2900
rsrinivasan
by: rsrinivasan | last post by:
Hi, I am Sending mail from java. When I run the program I hava Following error.. DEBUG: setDebug: JavaMail version 1.4ea DEBUG: getProvider() returning javax.mail.Provider DEBUG SMTP: useEhlo true, useAuth true DEBUG SMTP: useEhlo true, useAuth true DEBUG SMTP: trying to connect to host "smtp.hotpop.com", port 25, isSSL false 220 smtp-1.hotpop.com ESMTP Postfix
1
2871
by: the_ricka | last post by:
Hi all, I'm fairly new to python, but very excited about it's potential. I'm trying to write a simple program that will accept input from a command line and send email. The parameters I used on the command line are for From address, To addresses, Subject and Body. For the body, I thought it would be better to read the input from a file so I could allow someone to nicely format the body with newlines in a text editor and just read it...
1
1784
by: creative1 | last post by:
When I test the application I get follwowing error: could not connect to smtp host: connection timeout error can someone please check if I have rigth settings? Where I am wrong here Is IP and mail host setting ok or not? Contactus.jsp <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN//"> <html>
31
12674
by: happyse27 | last post by:
Hi All, I am trying for weeks how to send email from windows pc, which from my gmail account to my hotmail account. Using net::smtp module sending email failed,Kindly assist. (for the item d it is working for normal email servers, but NOT with gmail server, I am very puzzled still!!) Codes(item c below) It keeps complaining and logs and codes are below. a) apache access logs --------------------------------- 127.0.0.1 - - "GET...
0
8703
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8467
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8589
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5619
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4145
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4291
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2703
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1914
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1591
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.