Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
SMPT Server Authentication
Old 12-01-2008, 01:23 PM SMPT Server Authentication
aigb_mcd's Avatar
Skilled Talker

Posts: 52
Trades: 0
I have a form I need to send. The server is a windows server. I'm sending from internet host back to enteral exchange server. When I submit the form I get the following error. My IT guy said I need to authenticate the user. when I do I still get the error message. What am I not getting?

error: Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Message rejected as spam by Content Filtering.

Code:
 ini_set("SMTP", "mail.mydomain.com");
 ini_set("sendmail_from", "me@mydomain.com");
 ini_set("username" , "myusername")'
 ini_set("password", "mypassword");
 ini_set("SMPT_PORT" , "25");
aigb_mcd is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 12-01-2008, 01:34 PM Re: SMPT Server Authentication
JeremyMiller's Avatar
WT Moderator

Posts: 1,712
Name: Jeremy Miller
Location: Las Vegas, NV
Trades: 0
2 things:

1) It's SMTP, not SMPT.
2) If that still doesn't work, you'll need to try different email messages. The error you're getting is indicating that something about your emails is triggering a spam script to indicate that your email is spam, so try a purely text message.
__________________
Jeremy Miller

Please login or register to view this content. Registration is FREE
JeremyMiller is offline
Reply With Quote
View Public Profile Visit JeremyMiller's homepage!
 
Old 12-01-2008, 02:59 PM Re: SMPT Server Authentication
aigb_mcd's Avatar
Skilled Talker

Posts: 52
Trades: 0
Will do. thanks for the info.
aigb_mcd is offline
Reply With Quote
View Public Profile
 
Old 12-04-2008, 05:08 PM Re: SMPT Server Authentication
aigb_mcd's Avatar
Skilled Talker

Posts: 52
Trades: 0
Ah, I had my IS Guy create a new email addess for me. He had the levels set as a 9. Anything 9 and above is marked as spam. The new email address is marked as a 7. Works great now. Plus I didn't have to do the ini_set. If you want to know more what I did hit me up with a private message.
aigb_mcd is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to SMPT Server Authentication
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.18989 seconds with 12 queries