473,398 Members | 2,113 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,398 software developers and data experts.

Error at sending Email confirmation

14
When i uploaded my site i got these error at registration. When a user register he/she will receive a confirmation email with the link to activate his/her account.
But i got this error when i click register:


Warning: mail() [function.mail]: SMTP server response: 530 SMTP authentication is required. in E:\Inetpub\vhosts\sneakersworld.org\httpdocs\Sneak ers\include\mailer.php on line 40

the line 40 of my mailer.php is
Expand|Select|Wrap|Line Numbers
  1.  
  2. return mail($email,$subject,$body,$from);
  3.  
  4.  
Warning: Cannot modify header information - headers already sent by (output started at E:\Inetpub\vhosts\sneakersworld.org\httpdocs\Sneak ers\include\mailer.php:40) in E:\Inetpub\vhosts\sneakersworld.org\httpdocs\Sneak ers\process.php on line 105

and my process.php line 105 is

Expand|Select|Wrap|Line Numbers
  1.   /* Registration Successful */
  2.       if($retval == 0){
  3.          $_SESSION['reguname'] = $_POST['user'];
  4.          $_SESSION['regsuccess'] = true;
  5.          header("Location: ".$session->referrer); // the 105 line
  6.  
im a newbie in php and its my first time in uploading a website online..

please help.. thanks..

im using jp77 log in system from jp77.org..
Mar 25 '10 #1
4 2259
It means you have to login to the mail server you are trying to use.
Mar 26 '10 #2
xyrhou
14
Can you please specify what is a mail server? T_T im a total newbie at uploading sites online php etc..

I contacted the host they said i should use SMTP Authentication but did not tell me how to..

There is a webmail option at the mail menu in their plesk system but im not sure about it..

here is the site

sneakersworld.org

thanks
Mar 26 '10 #3
xyrhou
14
i downloaded a PHPMailer_v5.1 but where do i need to extract it at my online host?
Mar 26 '10 #4
Dormilich
8,658 Expert Mod 8TB
any directory you like.
Mar 26 '10 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: morphex | last post by:
Hi, I have an email that's in the utf-8 encoding, and I'm getting this error message when I try to send it using smtplib: * Module smtplib, line 688, in sendmail * Module smtplib, line 485,...
1
by: Neil Ginsberg | last post by:
A client of mine is using Outlook (2002, I believe), and is getting prompted for confirmation that another program is sending e-mail in his name. That confirmation has to go, as it's part of an...
1
by: mark | last post by:
I need to send order confirmation emails through my asp.net storefront. With my Asp 3.0 sites I use cdonts with no issues. I've researched the system.web.mail asp.net way and haven't got it to...
5
by: Kun | last post by:
i have the following code: ---------------------------------- import smtplib from email.MIMEText import MIMEText fp = open('confirmation.txt', 'rb') msg = MIMEText(fp.read()) From =...
3
by: JaffaCakes | last post by:
I want to send an email confirmation after a user completes a form on our Internet page. I am testing this with the System.Web.Mail.SmtpMail class. If I do a SmtpMail.Send then the message takes...
2
by: Nathan Sokalski | last post by:
I have an ASP.NET 2.0 application that is supposed to send an email after a certain form is submitted. When it tries to send the email, I receive the following error: Transaction failed. The...
3
by: atyndall | last post by:
have a look for yourself, <REMOVED> (feel free to send emails) dont enter in the visual code (or enter it incorrectly) (or correctly) and see how all hell breaks loose (the loops of death!) where...
3
by: raj200809 | last post by:
when i m sending mail i received error from symantec Antivirus" Your email message was unable to be sent because your mail server rejected the message 550-5.7.1 the ip you’re using to send mail is...
2
by: geter | last post by:
Hello, Im using ASP with VBScript. At some point of the code of the application that Im making some changes, I need to get a confirmation from the user if he wants or not to send a confirmation...
5
maxamis4
by: maxamis4 | last post by:
Hello folks, Learning PHP here and I am using sendmail.php to send an email. I have setup my html contact form and I am using the following to send an email once a confirmation has been made: ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.