by natty » 19/01/2011 12:55 pm
ผมลองใช้ php เขียนแบบฟอร์มส่งเมล และใช้ฟังก์ชั่น mail ในการส่งเมล
ทีนี้ผมลอง ส่งโดยที่สามารถส่งใน local domain ได้ครับ ทีนี้ ผมอยากที่จะส่ง ไปที่ hotmail หรือ gmail ต้อง setting ยังไงบ้างครับ
ผมได้ลอง setting
Tool -> option ->tab general ติ๊ก allow relay
Dns server ติ๊กถูก
ตรง Local host เป็น localhost
tab local domain เขียน localhost แล้ว add เข้าไป
แล้วใน log มันขึ้นว่า
Delivering to ติดต่อทาง pm
Attempting to deliver to the domain gmail.com
Retrieved 5 MX records for domain gmail.com
Trying the server gmail-smtp-in.l.google.com:74.125.155.27
Fatal SMTP error relaying the message to server gmail-smtp-in.l.google.com:74.125.155.27:550 5.7.1 http://mail.google.com
Trying the server alt1. gmail-smtp-in.l.google.com:74.125.65.27
Fatal SMTP error relaying the message to server alt1. gmail-smtp-in.l.google.com:74.125.65.27:550 5.7.1 http://mail.google.com
Trying the server alt2. gmail-smtp-in.l.google.com:74.125.45.27
Fatal SMTP error relaying the message to server alt2. gmail-smtp-in.l.google.com:74.125.45.27:550 5.7.1 http://mail.google.com
Trying the server alt3. gmail-smtp-in.l.google.com:209.85.227.27
Message from relayed to 1 recipient(s) on the domain gmail .com
ผมลองใช้ php เขียนแบบฟอร์มส่งเมล และใช้ฟังก์ชั่น mail ในการส่งเมล
ทีนี้ผมลอง ส่งโดยที่สามารถส่งใน local domain ได้ครับ ทีนี้ ผมอยากที่จะส่ง ไปที่ hotmail หรือ gmail ต้อง setting ยังไงบ้างครับ
ผมได้ลอง setting
Tool -> option ->tab general ติ๊ก allow relay
Dns server ติ๊กถูก
ตรง Local host เป็น localhost
tab local domain เขียน localhost แล้ว add เข้าไป
แล้วใน log มันขึ้นว่า
[color=#FF8000]Delivering to ติดต่อทาง pm
Attempting to deliver to the domain gmail.com
Retrieved 5 MX records for domain gmail.com
Trying the server gmail-smtp-in.l.google.com:74.125.155.27
Fatal SMTP error relaying the message to server gmail-smtp-in.l.google.com:74.125.155.27:550 5.7.1 http://mail.google.com
Trying the server alt1. gmail-smtp-in.l.google.com:74.125.65.27
Fatal SMTP error relaying the message to server alt1. gmail-smtp-in.l.google.com:74.125.65.27:550 5.7.1 http://mail.google.com
Trying the server alt2. gmail-smtp-in.l.google.com:74.125.45.27
Fatal SMTP error relaying the message to server alt2. gmail-smtp-in.l.google.com:74.125.45.27:550 5.7.1 http://mail.google.com
Trying the server alt3. gmail-smtp-in.l.google.com:209.85.227.27
Message from relayed to 1 recipient(s) on the domain gmail .com[/color]