0

This is the configuration of my contact form for the Gmail SMTP,

<Config>
        <smtp>
            <use>yes</use>
            <auth>no</auth>
            <secure>tls</secure>
            <host>smtp.gmail.com</host>
            <username>abc@gmail.com</username>
            <password>1234567</password>
            <port>465</port>
        </smtp>
        <charset>iso-8859-1</charset>
    </Config>

I've been trying for a while but I couldn't be able to send an email through the form, what am i possibly doing wrong ?

P.S: I am using Super Ajax Contact Form, and of course, i used my real email/password.

4

1 回答 1

1

auth应设置为yes。请参阅此处的示例:http ://www.globushotel.com/form/help.html

于 2013-09-25T16:00:25.627 回答