Viewing 15 replies - 46 through 60 (of 64 total)
  • Try looking through the wp_options table in your database.

    Thread Starter obnoxiousnox

    (@obnoxiousnox)

    What am I looking for?

    obnoxiousnox@gmail.com The plugin might be picking it up from a previously stored setting in the database.

    Thread Starter obnoxiousnox

    (@obnoxiousnox)

    There might be more than one reference to a gmail account in the table. Or in the database (not sure if the smtp plugin creates its own table).

    Thread Starter obnoxiousnox

    (@obnoxiousnox)

    I found this in my php.ini file. Could this have something to do with it?

    [mail function]
    ; XAMPP: Comment out this if you want to work with an SMTP Server like Mercury
    ; SMTP = localhost
    ; smtp_port = 25

    ; For Win32 only.
    ; http://php.net/sendmail-from
    ;sendmail_from = postmaster@localhost

    Erm – yes. I think that’s worth a try.

    Thread Starter obnoxiousnox

    (@obnoxiousnox)

    LOL! You say that like, “Ya, dummy. I told this before…”

    What do I change the SMTP to?

    Actually, it was because I’m using a different local server flavor to you and my php.ini file is a little different. Plus I’ve never really bothered with mail locally as I just use my server for development work. The “Erm” was intended to introduce a note of “I’m not 100% sure”. šŸ™‚

    Assuming you’re using Win32, try:

    ; XAMPP: Comment out this if you want to work with an SMTP Server like Mercury
    SMTP = localhost
    smtp_port = 25
    
    ; For Win32 only.
    http://php.net/sendmail-from
    sendmail_from = postmaster@localhost
    Thread Starter obnoxiousnox

    (@obnoxiousnox)

    Ok.

    Back in a minute

    Thread Starter obnoxiousnox

    (@obnoxiousnox)

    Nope

    Thread Starter obnoxiousnox

    (@obnoxiousnox)

    LOL!

    I think I’ll just give it up and just accept that I’ll never get a contact page running. Thanks for the help, though.

    Sorry I couldn’t help any further. You might want to try posting on a dedicated XAMPP forum to see if any of their experts can suggest something.

    Thread Starter obnoxiousnox

    (@obnoxiousnox)

    Ok

    Thread Starter obnoxiousnox

    (@obnoxiousnox)

    Good grief.

    Comcast was the problem

    It suddenly dawned on me that I have to set up my out going in Outlook to pass through Comcast mail servers.

    I activated Configure SMTP and set it to pass through Comcast’s email servers and Bob’s your uncle, it worked

    Go figure

Viewing 15 replies - 46 through 60 (of 64 total)

The topic ‘[Plugin: Contact Form 7] Still doesn't work’ is closed to new replies.