Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Mailer] Sendgrid: Support EU based sendgrid accounts #58230

Closed
@mallezie

Description

@mallezie

Description

Sendgrid now offers the feature to send / store data on EU based servers.

More info: https://www.twilio.com/en-us/blog/send-emails-in-eu

To use this feature programmatically with the email API you need to use a different host when using EU based servers.

For the sendgridApiTransport the host for EU based servers is 'api.eu.sendgrid.com' and for sendgridSmtpTransport it is 'smtp.eu.sendgrid.net'. However the (non-EU) hosts are hardcoded in the transport plugin, so we would need a check in place to select / override the hostname for both transports.

Example

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureGood first issueIdeal for your first contribution! (some Symfony experience may be required)Help wantedIssues and PRs which are looking for volunteers to complete them.Mailer

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions