Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jason Hendriks

    (@jasonhendriks)

    There’s no reason you can’t use a temp address. That’s how I develop Postman on my local machine. I just add fake DNS entries into the /etc/hosts file and use those to access my various WordPress sites.

    Jasons-Mac-Pro:postman-smtp jasonhendriks$ cat /etc/hosts
    ##
    # Host Database
    #
    # localhost is used to configure the loopback interface
    # when the system is booting.  Do not change this entry.
    ##
    127.0.0.1	localhost
    255.255.255.255	broadcasthost
    ::1             localhost
    127.0.0.1	test.com dev.wp-macpro.com wp.mydomain.com www.wordpress-mu.com
    Thread Starter John

    (@dsl225)

    Thanks Jason, but that’s not very clear for me…
    My temp dev sites are online, in subfolders, not local machines.

    In the meanwhile, I managed to configure OAuth 2.0 for Gmail with my live temp subfolder and I’m just planning to modify this address when I move to the final destination.

    Hope I’m not doing this wrong…

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    Sorry I misunderstood.

    Yes, you can use a temp address that’s not a problem. And once Postman is authorized it will keep sending mail even if the address changes later on.

    Thanks for using!

    Thread Starter John

    (@dsl225)

    That’s fine then, many thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Gmail OAuth 2.0 with temporary dev site’ is closed to new replies.