Jump to content

Please move this to the right forum as I dident see were it fit in.

Hi I'm wondering if I can use the Aliases to etc a no-reply email, etc reset password email that I send from PHP.

 

Is this possible? As G Suite looks like a good deal for me atm.

Back-end developer, electronics "hacker"

Link to comment
https://linustechtips.com/topic/755420-mail-and-g-suite/
Share on other sites

Link to post
Share on other sites

5 minutes ago, Joveice said:

Hi I'm wondering if I can use the Aliases to etc a no-reply email, etc reset password email that I send from PHP.

I don't understand the grammar in this sentence... Sorry if I'm being dense.

Are you asking if you can use the GSuite email aliases for different purposes? Like for password reset emails? Or... I'm confused...

Desktop: KiRaShi-Intel-2022 (i5-12600K, 5060 Ti) Mobile: Moto Razr 50 Ultra (Razr+ 2024) | 30GB CAN+US+MEX $30/month
Laptop: Lenovo Yoga 7i (16") 82UF0015US (i7-12700H, 16GB/2TB RAM/SSD, A370M GPU) Tablet: Lenovo Tab Plus (256GB)
Camera: Canon M6 Mark II | Canon Rebel T1i (500D) | Canon SX280 Music: Spotify Premium (CIRCA '08)

Link to comment
https://linustechtips.com/topic/755420-mail-and-g-suite/#findComment-9552992
Share on other sites

Link to post
Share on other sites

6 minutes ago, kirashi said:

I don't understand the grammar in this sentence... Sorry if I'm being dense.

Are you asking if you can use the GSuite email aliases for different purposes? Like for password reset emails? Or... I'm confused...

Yes, I'm asking if I could use the aliases to send reset password mails for websites

Back-end developer, electronics "hacker"

Link to comment
https://linustechtips.com/topic/755420-mail-and-g-suite/#findComment-9553008
Share on other sites

Link to post
Share on other sites

1 minute ago, Joveice said:

Yes, I'm asking if I could use the aliases to send reset password mails for websites

You certainly can register on websites using alias emails, but those sites would either need to allow secondary recovery emails, or you'd have to remember every single email you used to register on each site for login purposes.

Desktop: KiRaShi-Intel-2022 (i5-12600K, 5060 Ti) Mobile: Moto Razr 50 Ultra (Razr+ 2024) | 30GB CAN+US+MEX $30/month
Laptop: Lenovo Yoga 7i (16") 82UF0015US (i7-12700H, 16GB/2TB RAM/SSD, A370M GPU) Tablet: Lenovo Tab Plus (256GB)
Camera: Canon M6 Mark II | Canon Rebel T1i (500D) | Canon SX280 Music: Spotify Premium (CIRCA '08)

Link to comment
https://linustechtips.com/topic/755420-mail-and-g-suite/#findComment-9553022
Share on other sites

Link to post
Share on other sites

6 minutes ago, kirashi said:

You certainly can register on websites using alias emails, but those sites would either need to allow secondary recovery emails, or you'd have to remember every single email you used to register on each site for login purposes.

No, I'm asking if I can use the aliases as mails that send from etc PHP to give users their account password reset link. or other information from the website.

Back-end developer, electronics "hacker"

Link to comment
https://linustechtips.com/topic/755420-mail-and-g-suite/#findComment-9553041
Share on other sites

Link to post
Share on other sites

Just now, Joveice said:

No, I'm asking if I can use the aliases as mails that send from etc PHP to give users their account password reset link. or other information from the website.

Oh, you want to send FROM these emails using something like the php mail() function? According to Google's article on adding an email alias, yes and no. You can send from an alias, but unless it's a completely separate email address, anyone can check the headers to see the main email address that has all these aliases.

 

You'd be better off having a hosting platform such as cPanel running on the server where you can create a bunch of email addresses and then send them from that hosting platform using php mailer. Or you can configure this yourself without cPanel, but that's well beyond my capabilities.

Desktop: KiRaShi-Intel-2022 (i5-12600K, 5060 Ti) Mobile: Moto Razr 50 Ultra (Razr+ 2024) | 30GB CAN+US+MEX $30/month
Laptop: Lenovo Yoga 7i (16") 82UF0015US (i7-12700H, 16GB/2TB RAM/SSD, A370M GPU) Tablet: Lenovo Tab Plus (256GB)
Camera: Canon M6 Mark II | Canon Rebel T1i (500D) | Canon SX280 Music: Spotify Premium (CIRCA '08)

Link to comment
https://linustechtips.com/topic/755420-mail-and-g-suite/#findComment-9553050
Share on other sites

Link to post
Share on other sites

1 hour ago, kirashi said:

Oh, you want to send FROM these emails using something like the php mail() function? According to Google's article on adding an email alias, yes and no. You can send from an alias, but unless it's a completely separate email address, anyone can check the headers to see the main email address that has all these aliases.

 

You'd be better off having a hosting platform such as cPanel running on the server where you can create a bunch of email addresses and then send them from that hosting platform using php mailer. Or you can configure this yourself without cPanel, but that's well beyond my capabilities.

Well I started out by installing a web server but all my mails are flagged as spam and I have done everything everyone talks about on how to prevent it. But that works I guess Original email could be admin and it would work just fine

Back-end developer, electronics "hacker"

Link to comment
https://linustechtips.com/topic/755420-mail-and-g-suite/#findComment-9553272
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×