| Web Design and Hosting Creating sites, scripting, and hosting discussions. |
| Post Reply | New Thread | Subscribe |
|
|
Thread Tools |
![]() Member Since: Oct 02, 2006
Posts: 65
![]() Mac Specs: se30 16MHZ 1.44MBHD Performa 630 CD 33MHZ 250MBHD iMac G3 333MHZ 60GBHD iMac G4 800MHZ 250GBHD
|
Hello I'm trying to get smtp to work so I can send emails with PHP. I used RapidoSMTP to enable it. And I set up the php.ini file.
Here is what the php.ini file is set to. Code:
[mail function] ; For Win32 only. SMTP = localhost smtp_port = 25 ; For Win32 only. ;sendmail_from = me@example.com ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path = ; Force the addition of the specified parameters to be passed as extra parameters ; to the sendmail binary. These parameters will always replace the value of ; the 5th parameter to mail(), even in safe mode. ;mail.force_extra_parameters = Code:
Feb 8 13:36:25 Sally postfix/master[14]: terminating on signal 15 Feb 8 13:37:08 localhost postfix/master[14]: daemon started -- version 2.4.3, configuration /etc/postfix Feb 8 13:37:09 localhost postfix/qmgr[52]: 4E9701BD3FA: from=<daemon@Sally.local>, size=291, nrcpt=1 (queue active) Feb 8 13:37:09 localhost postfix/smtp[58]: 4E9701BD3FA: to=<user@gmail.com>, relay=none, delay=725, delays=725/0.17/0/0, dsn=4.4.3, status=deferred (Host or domain name not found. Name service error for name=gmail.com type=MX: Host not found, try again) Feb 8 13:41:42 Sally postfix/smtp[221]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.27]: Operation timed out (port 25) Feb 8 13:42:09 Sally postfix/qmgr[52]: 03F011BD297: from=<daemon@Sally.local>, size=291, nrcpt=1 (queue active) Feb 8 13:42:09 Sally postfix/qmgr[52]: AB87F1BD163: from=<daemon@Sally.local>, size=291, nrcpt=1 (queue active) Feb 8 13:42:09 Sally postfix/qmgr[52]: AF2D41BD289: from=<daemon@Sally.local>, size=291, nrcpt=1 (queue active) Feb 8 13:42:12 Sally postfix/smtp[221]: connect to alt1.gmail-smtp-in.l.google.com[64.233.183.27]: Operation timed out (port 25) Feb 8 13:42:12 Sally postfix/smtp[221]: 9CD561BD624: to=<user@gmail.com>, relay=none, delay=152, delays=0.56/0.03/151/0, dsn=4.4.1, status=deferred (connect to alt1.gmail-smtp-in.l.google.com[64.233.183.27]: Operation timed out) Feb 8 13:42:40 Sally postfix/smtp[236]: connect to gmail-smtp-in.l.google.com[209.85.133.114]: Operation timed out (port 25) Feb 8 13:42:40 Sally postfix/smtp[237]: connect to gmail-smtp-in.l.google.com[209.85.133.114]: Operation timed out (port 25) Feb 8 13:42:40 Sally postfix/smtp[238]: connect to gmail-smtp-in.l.google.com[209.85.133.114]: Operation timed out (port 25) Feb 8 13:43:10 Sally postfix/smtp[236]: connect to gmail-smtp-in.l.google.com[209.85.133.27]: Operation timed out (port 25) Feb 8 13:43:10 Sally postfix/smtp[237]: connect to gmail-smtp-in.l.google.com[209.85.133.27]: Operation timed out (port 25) Feb 8 13:43:10 Sally postfix/smtp[238]: connect to gmail-smtp-in.l.google.com[209.85.133.27]: Operation timed out (port 25) Feb 8 13:43:40 Sally postfix/smtp[236]: connect to alt1.gmail-smtp-in.l.google.com[64.233.183.27]: Operation timed out (port 25) Feb 8 13:43:40 Sally postfix/smtp[237]: connect to alt1.gmail-smtp-in.l.google.com[64.233.183.27]: Operation timed out (port 25) Feb 8 13:43:40 Sally postfix/smtp[238]: connect to alt1.gmail-smtp-in.l.google.com[64.233.183.27]: Operation timed out (port 25) Feb 8 13:44:10 Sally postfix/smtp[236]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.27]: Operation timed out (port 25) Feb 8 13:44:10 Sally postfix/smtp[237]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.114]: Operation timed out (port 25) Feb 8 13:44:10 Sally postfix/smtp[238]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.27]: Operation timed out (port 25) Feb 8 13:44:40 Sally postfix/smtp[236]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.114]: Operation timed out (port 25) Feb 8 13:44:40 Sally postfix/smtp[237]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.27]: Operation timed out (port 25) Feb 8 13:44:40 Sally postfix/smtp[238]: connect to alt2.gmail-smtp-in.l.google.com[64.233.167.114]: Operation timed out (port 25) Feb 8 13:44:40 Sally postfix/smtp[236]: 03F011BD297: to=<user@gmail.com>, relay=none, delay=1612, delays=1461/0.39/151/0, dsn=4.4.1, status=deferred (connect to alt2.gmail-smtp-in.l.google.com[64.233.167.114]: Operation timed out) Feb 8 13:44:40 Sally postfix/smtp[237]: AB87F1BD163: to=<user@gmail.com>, relay=none, delay=2000, delays=1849/0.38/151/0, dsn=4.4.1, status=deferred (connect to alt2.gmail-smtp-in.l.google.com[64.233.167.27]: Operation timed out) Feb 8 13:44:40 Sally postfix/smtp[238]: AF2D41BD289: to=<user@gmail.com>, relay=none, delay=1660, delays=1509/0.35/151/0, dsn=4.4.1, status=deferred (connect to alt2.gmail-smtp-in.l.google.com[64.233.167.114]: Operation timed out) |
| QUOTE Thanks | |
| Post Reply | New Thread | Subscribe |
| Thread Tools | |
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
|||||||
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| php won't send to email? | reholmes | OS X - Development and Darwin | 0 | 07-16-2007 04:13 AM |
| PHP email form won't work | reholmes | OS X - Operating System | 0 | 07-15-2007 03:39 PM |
| Secure SMTP connections to Gmail, what does my OSX server need? | smeshy123 | Web Design and Hosting | 0 | 06-13-2007 02:23 PM |
All times are GMT -4. The time now is 12:29 PM.
Powered by vBulletin